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/buffer-bottom | |
| parent | 7aa78d726a54fa57a8dc5ed973ab0b30eeba6bf3 (diff) | |
add testing framework
Diffstat (limited to 'test/unit/GOTO/buffer-bottom')
| -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 |
3 files changed, 6 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 |
