diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-06-09 10:48:37 +0100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-06-09 10:48:37 +0100 |
| commit | fb81b1bc86cf317cd7cc672a6059eed6f792260d (patch) | |
| tree | b7ca70777608e15ee962467c755562d087c9bd91 /test/normal/extend-lines | |
| parent | 242f951c84973467b7b08be233f81c0029710516 (diff) | |
Rename 'unit' test directory to 'normal' as they are the normal mode tests
Diffstat (limited to 'test/normal/extend-lines')
| -rw-r--r-- | test/normal/extend-lines/cmd | 1 | ||||
| -rw-r--r-- | test/normal/extend-lines/in | 3 | ||||
| -rw-r--r-- | test/normal/extend-lines/selections | 4 |
3 files changed, 8 insertions, 0 deletions
diff --git a/test/normal/extend-lines/cmd b/test/normal/extend-lines/cmd new file mode 100644 index 00000000..9e785e6d --- /dev/null +++ b/test/normal/extend-lines/cmd @@ -0,0 +1 @@ +<a-x> diff --git a/test/normal/extend-lines/in b/test/normal/extend-lines/in new file mode 100644 index 00000000..5d798383 --- /dev/null +++ b/test/normal/extend-lines/in @@ -0,0 +1,3 @@ +one %(line +two lines +three) lines diff --git a/test/normal/extend-lines/selections b/test/normal/extend-lines/selections new file mode 100644 index 00000000..2c9a6f3f --- /dev/null +++ b/test/normal/extend-lines/selections @@ -0,0 +1,4 @@ +one line +two lines +three lines + |
