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/repeat-select | |
| parent | 242f951c84973467b7b08be233f81c0029710516 (diff) | |
Rename 'unit' test directory to 'normal' as they are the normal mode tests
Diffstat (limited to 'test/normal/repeat-select')
6 files changed, 12 insertions, 0 deletions
diff --git a/test/normal/repeat-select/repeat-end-paragraph/cmd b/test/normal/repeat-select/repeat-end-paragraph/cmd new file mode 100644 index 00000000..b5de3376 --- /dev/null +++ b/test/normal/repeat-select/repeat-end-paragraph/cmd @@ -0,0 +1 @@ +]p<a-.> diff --git a/test/normal/repeat-select/repeat-end-paragraph/in b/test/normal/repeat-select/repeat-end-paragraph/in new file mode 100644 index 00000000..dc0976dd --- /dev/null +++ b/test/normal/repeat-select/repeat-end-paragraph/in @@ -0,0 +1,6 @@ +this is +the first +paragraph + +this is the +second one diff --git a/test/normal/repeat-select/repeat-end-paragraph/state b/test/normal/repeat-select/repeat-end-paragraph/state new file mode 100644 index 00000000..3af9021b --- /dev/null +++ b/test/normal/repeat-select/repeat-end-paragraph/state @@ -0,0 +1 @@ +5.1,6.11 diff --git a/test/normal/repeat-select/repeat-find-char/cmd b/test/normal/repeat-select/repeat-find-char/cmd new file mode 100644 index 00000000..746ca673 --- /dev/null +++ b/test/normal/repeat-select/repeat-find-char/cmd @@ -0,0 +1 @@ +fl<a-.> diff --git a/test/normal/repeat-select/repeat-find-char/in b/test/normal/repeat-select/repeat-find-char/in new file mode 100644 index 00000000..9899a767 --- /dev/null +++ b/test/normal/repeat-select/repeat-find-char/in @@ -0,0 +1,2 @@ +this is the first line +this is the second line diff --git a/test/normal/repeat-select/repeat-find-char/state b/test/normal/repeat-select/repeat-find-char/state new file mode 100644 index 00000000..c8bc6a87 --- /dev/null +++ b/test/normal/repeat-select/repeat-find-char/state @@ -0,0 +1 @@ +1.19,2.20 |
