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/align | |
| parent | 242f951c84973467b7b08be233f81c0029710516 (diff) | |
Rename 'unit' test directory to 'normal' as they are the normal mode tests
Diffstat (limited to 'test/normal/align')
| -rw-r--r-- | test/normal/align/cmd | 1 | ||||
| -rw-r--r-- | test/normal/align/in | 3 | ||||
| -rw-r--r-- | test/normal/align/out | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/test/normal/align/cmd b/test/normal/align/cmd new file mode 100644 index 00000000..4bd7e7a4 --- /dev/null +++ b/test/normal/align/cmd @@ -0,0 +1 @@ +& diff --git a/test/normal/align/in b/test/normal/align/in new file mode 100644 index 00000000..a78f25ff --- /dev/null +++ b/test/normal/align/in @@ -0,0 +1,3 @@ +a %(a) +bb %(b)b +ccc %(c)cc diff --git a/test/normal/align/out b/test/normal/align/out new file mode 100644 index 00000000..d75c3550 --- /dev/null +++ b/test/normal/align/out @@ -0,0 +1,3 @@ +a a +bb bb +ccc ccc |
