From ab930ccfa8c752c30c711dbc6c8f0ccd293cffda Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 9 Oct 2014 19:08:33 +0100 Subject: concat-{yank,delete} was removed, replace with concat-paste test --- test/unit/concat-paste/cmd | 1 + test/unit/concat-paste/in | 1 + test/unit/concat-paste/out | 1 + 3 files changed, 3 insertions(+) create mode 100644 test/unit/concat-paste/cmd create mode 100644 test/unit/concat-paste/in create mode 100644 test/unit/concat-paste/out (limited to 'test/unit/concat-paste') 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 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- -- cgit v1.2.3