Add unit tests for copy selections commands
This commit is contained in:
parent
220be30f02
commit
9bf1f202d5
1
test/normal/copy-sel-above/cmd
Normal file
1
test/normal/copy-sel-above/cmd
Normal file
|
@ -0,0 +1 @@
|
||||||
|
2<a-C>
|
3
test/normal/copy-sel-above/in
Normal file
3
test/normal/copy-sel-above/in
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
foo
|
||||||
|
bar
|
||||||
|
%(baz)
|
1
test/normal/copy-sel-above/selections
Normal file
1
test/normal/copy-sel-above/selections
Normal file
|
@ -0,0 +1 @@
|
||||||
|
foo:bar:baz
|
1
test/normal/copy-sel-below-multi-line/cmd
Normal file
1
test/normal/copy-sel-below-multi-line/cmd
Normal file
|
@ -0,0 +1 @@
|
||||||
|
2C
|
6
test/normal/copy-sel-below-multi-line/in
Normal file
6
test/normal/copy-sel-below-multi-line/in
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
%(foo
|
||||||
|
bar)
|
||||||
|
bar
|
||||||
|
baz
|
||||||
|
qux
|
||||||
|
foo
|
4
test/normal/copy-sel-below-multi-line/selections
Normal file
4
test/normal/copy-sel-below-multi-line/selections
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
foo
|
||||||
|
bar:bar
|
||||||
|
baz:qux
|
||||||
|
foo
|
1
test/normal/copy-sel-below/cmd
Normal file
1
test/normal/copy-sel-below/cmd
Normal file
|
@ -0,0 +1 @@
|
||||||
|
2C
|
3
test/normal/copy-sel-below/in
Normal file
3
test/normal/copy-sel-below/in
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
%(foo)
|
||||||
|
bar
|
||||||
|
baz
|
1
test/normal/copy-sel-below/selections
Normal file
1
test/normal/copy-sel-below/selections
Normal file
|
@ -0,0 +1 @@
|
||||||
|
foo:bar:baz
|
Loading…
Reference in New Issue
Block a user