diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2014-06-30 12:22:50 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2014-06-30 12:22:50 +0200 |
| commit | d20d43bf3622fc4bb416cf2ca95d5cf0c4c88fcf (patch) | |
| tree | 42173f19891a452bdf10b8b7769a457068ecbb7a /test/unit/GOTO | |
| parent | 7aa78d726a54fa57a8dc5ed973ab0b30eeba6bf3 (diff) | |
add testing framework
Diffstat (limited to 'test/unit/GOTO')
| -rw-r--r-- | test/unit/GOTO/buffer-bottom/cmd | 1 | ||||
| -rw-r--r-- | test/unit/GOTO/buffer-bottom/in | 3 | ||||
| -rw-r--r-- | test/unit/GOTO/buffer-bottom/selections | 2 | ||||
| -rw-r--r-- | test/unit/GOTO/buffer-end/cmd | 1 | ||||
| -rw-r--r-- | test/unit/GOTO/buffer-end/in | 3 | ||||
| -rw-r--r-- | test/unit/GOTO/buffer-end/selections | 3 | ||||
| -rw-r--r-- | test/unit/GOTO/buffer-top/cmd | 1 | ||||
| -rw-r--r-- | test/unit/GOTO/buffer-top/in | 3 | ||||
| -rw-r--r-- | test/unit/GOTO/buffer-top/selections | 2 | ||||
| -rw-r--r-- | test/unit/GOTO/last-change/cmd | 1 | ||||
| -rw-r--r-- | test/unit/GOTO/last-change/in | 3 | ||||
| -rw-r--r-- | test/unit/GOTO/last-change/selections | 3 | ||||
| -rw-r--r-- | test/unit/GOTO/line-begin/cmd | 1 | ||||
| -rw-r--r-- | test/unit/GOTO/line-begin/in | 1 | ||||
| -rw-r--r-- | test/unit/GOTO/line-begin/selections | 1 | ||||
| -rw-r--r-- | test/unit/GOTO/line-end/cmd | 1 | ||||
| -rw-r--r-- | test/unit/GOTO/line-end/in | 1 | ||||
| -rw-r--r-- | test/unit/GOTO/line-end/selections | 1 | ||||
| -rw-r--r-- | test/unit/GOTO/window-bottom/README | 0 | ||||
| -rw-r--r-- | test/unit/GOTO/window-center/README | 0 | ||||
| -rw-r--r-- | test/unit/GOTO/window-top/README | 0 |
21 files changed, 32 insertions, 0 deletions
diff --git a/test/unit/GOTO/buffer-bottom/cmd b/test/unit/GOTO/buffer-bottom/cmd new file mode 100644 index 00000000..1f77a5ca --- /dev/null +++ b/test/unit/GOTO/buffer-bottom/cmd @@ -0,0 +1 @@ +Gj diff --git a/test/unit/GOTO/buffer-bottom/in b/test/unit/GOTO/buffer-bottom/in new file mode 100644 index 00000000..2351e040 --- /dev/null +++ b/test/unit/GOTO/buffer-bottom/in @@ -0,0 +1,3 @@ +foo +%(bar) +baz diff --git a/test/unit/GOTO/buffer-bottom/selections b/test/unit/GOTO/buffer-bottom/selections new file mode 100644 index 00000000..4a71b15a --- /dev/null +++ b/test/unit/GOTO/buffer-bottom/selections @@ -0,0 +1,2 @@ +bar +b diff --git a/test/unit/GOTO/buffer-end/cmd b/test/unit/GOTO/buffer-end/cmd new file mode 100644 index 00000000..a58c9c3b --- /dev/null +++ b/test/unit/GOTO/buffer-end/cmd @@ -0,0 +1 @@ +Ge diff --git a/test/unit/GOTO/buffer-end/in b/test/unit/GOTO/buffer-end/in new file mode 100644 index 00000000..2351e040 --- /dev/null +++ b/test/unit/GOTO/buffer-end/in @@ -0,0 +1,3 @@ +foo +%(bar) +baz diff --git a/test/unit/GOTO/buffer-end/selections b/test/unit/GOTO/buffer-end/selections new file mode 100644 index 00000000..059c57a9 --- /dev/null +++ b/test/unit/GOTO/buffer-end/selections @@ -0,0 +1,3 @@ +bar +baz + diff --git a/test/unit/GOTO/buffer-top/cmd b/test/unit/GOTO/buffer-top/cmd new file mode 100644 index 00000000..a852222e --- /dev/null +++ b/test/unit/GOTO/buffer-top/cmd @@ -0,0 +1 @@ +Gk diff --git a/test/unit/GOTO/buffer-top/in b/test/unit/GOTO/buffer-top/in new file mode 100644 index 00000000..2351e040 --- /dev/null +++ b/test/unit/GOTO/buffer-top/in @@ -0,0 +1,3 @@ +foo +%(bar) +baz diff --git a/test/unit/GOTO/buffer-top/selections b/test/unit/GOTO/buffer-top/selections new file mode 100644 index 00000000..e512e1b5 --- /dev/null +++ b/test/unit/GOTO/buffer-top/selections @@ -0,0 +1,2 @@ +foo +b diff --git a/test/unit/GOTO/last-change/cmd b/test/unit/GOTO/last-change/cmd new file mode 100644 index 00000000..ec167fcd --- /dev/null +++ b/test/unit/GOTO/last-change/cmd @@ -0,0 +1 @@ +dggG. diff --git a/test/unit/GOTO/last-change/in b/test/unit/GOTO/last-change/in new file mode 100644 index 00000000..2351e040 --- /dev/null +++ b/test/unit/GOTO/last-change/in @@ -0,0 +1,3 @@ +foo +%(bar) +baz diff --git a/test/unit/GOTO/last-change/selections b/test/unit/GOTO/last-change/selections new file mode 100644 index 00000000..333dc6b4 --- /dev/null +++ b/test/unit/GOTO/last-change/selections @@ -0,0 +1,3 @@ +foo + + diff --git a/test/unit/GOTO/line-begin/cmd b/test/unit/GOTO/line-begin/cmd new file mode 100644 index 00000000..4b5902a1 --- /dev/null +++ b/test/unit/GOTO/line-begin/cmd @@ -0,0 +1 @@ +Gh diff --git a/test/unit/GOTO/line-begin/in b/test/unit/GOTO/line-begin/in new file mode 100644 index 00000000..a3133ea2 --- /dev/null +++ b/test/unit/GOTO/line-begin/in @@ -0,0 +1 @@ +foo %(bar) baz diff --git a/test/unit/GOTO/line-begin/selections b/test/unit/GOTO/line-begin/selections new file mode 100644 index 00000000..d675fa44 --- /dev/null +++ b/test/unit/GOTO/line-begin/selections @@ -0,0 +1 @@ +foo bar diff --git a/test/unit/GOTO/line-end/cmd b/test/unit/GOTO/line-end/cmd new file mode 100644 index 00000000..a8f5fa59 --- /dev/null +++ b/test/unit/GOTO/line-end/cmd @@ -0,0 +1 @@ +Gl diff --git a/test/unit/GOTO/line-end/in b/test/unit/GOTO/line-end/in new file mode 100644 index 00000000..a3133ea2 --- /dev/null +++ b/test/unit/GOTO/line-end/in @@ -0,0 +1 @@ +foo %(bar) baz diff --git a/test/unit/GOTO/line-end/selections b/test/unit/GOTO/line-end/selections new file mode 100644 index 00000000..1da92a26 --- /dev/null +++ b/test/unit/GOTO/line-end/selections @@ -0,0 +1 @@ +bar baz diff --git a/test/unit/GOTO/window-bottom/README b/test/unit/GOTO/window-bottom/README new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/unit/GOTO/window-bottom/README diff --git a/test/unit/GOTO/window-center/README b/test/unit/GOTO/window-center/README new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/unit/GOTO/window-center/README diff --git a/test/unit/GOTO/window-top/README b/test/unit/GOTO/window-top/README new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/unit/GOTO/window-top/README |
