diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-10-09 19:08:33 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-10-09 19:08:33 +0100 |
| commit | ab930ccfa8c752c30c711dbc6c8f0ccd293cffda (patch) | |
| tree | b6f1d96b6720517ec0b86d013a38247a1ba6e106 /test/unit/concat-paste | |
| parent | 5c3f8c648ceada1307deba9cec3b6eb8f440392a (diff) | |
concat-{yank,delete} was removed, replace with concat-paste test
Diffstat (limited to 'test/unit/concat-paste')
| -rw-r--r-- | test/unit/concat-paste/cmd | 1 | ||||
| -rw-r--r-- | test/unit/concat-paste/in | 1 | ||||
| -rw-r--r-- | test/unit/concat-paste/out | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/concat-paste/cmd b/test/unit/concat-paste/cmd new file mode 100644 index 00000000..b45c52cb --- /dev/null +++ b/test/unit/concat-paste/cmd @@ -0,0 +1 @@ +y<a-P> diff --git a/test/unit/concat-paste/in b/test/unit/concat-paste/in new file mode 100644 index 00000000..5d11abbf --- /dev/null +++ b/test/unit/concat-paste/in @@ -0,0 +1 @@ +-%(foo)-%(bar)-%(baz)- diff --git a/test/unit/concat-paste/out b/test/unit/concat-paste/out new file mode 100644 index 00000000..abc249df --- /dev/null +++ b/test/unit/concat-paste/out @@ -0,0 +1 @@ +-foobarbazfoo-foobarbazbar-foobarbazbaz- |
