Add unit tests for copy selections commands

This commit is contained in:
Maxime Coste 2018-01-24 10:45:12 +11:00
parent 220be30f02
commit 9bf1f202d5
9 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1 @@
2<a-C>

View File

@ -0,0 +1,3 @@
foo
bar
%(baz)

View File

@ -0,0 +1 @@
foo:bar:baz

View File

@ -0,0 +1 @@
2C

View File

@ -0,0 +1,6 @@
%(foo
bar)
bar
baz
qux
foo

View File

@ -0,0 +1,4 @@
foo
bar:bar
baz:qux
foo

View File

@ -0,0 +1 @@
2C

View File

@ -0,0 +1,3 @@
%(foo)
bar
baz

View File

@ -0,0 +1 @@
foo:bar:baz