From fb81b1bc86cf317cd7cc672a6059eed6f792260d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 9 Jun 2017 10:48:37 +0100 Subject: Rename 'unit' test directory to 'normal' as they are the normal mode tests --- test/normal/extend-lines/cmd | 1 + test/normal/extend-lines/in | 3 +++ test/normal/extend-lines/selections | 4 ++++ 3 files changed, 8 insertions(+) create mode 100644 test/normal/extend-lines/cmd create mode 100644 test/normal/extend-lines/in create mode 100644 test/normal/extend-lines/selections (limited to 'test/normal/extend-lines') 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 @@ + 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 + -- cgit v1.2.3