diff options
| -rw-r--r-- | test/normal/paste-all-after/cmd | 1 | ||||
| -rw-r--r-- | test/normal/paste-all-after/in (renamed from test/normal/concat-paste/in) | 0 | ||||
| -rw-r--r-- | test/normal/paste-all-after/out | 1 | ||||
| -rw-r--r-- | test/normal/paste-all-before/cmd (renamed from test/normal/concat-paste/cmd) | 0 | ||||
| -rw-r--r-- | test/normal/paste-all-before/in | 1 | ||||
| -rw-r--r-- | test/normal/paste-all-before/out (renamed from test/normal/concat-paste/out) | 0 | ||||
| -rw-r--r-- | test/normal/paste-all-replace/cmd | 1 | ||||
| -rw-r--r-- | test/normal/paste-all-replace/in | 1 | ||||
| -rw-r--r-- | test/normal/paste-all-replace/out | 1 |
9 files changed, 6 insertions, 0 deletions
diff --git a/test/normal/paste-all-after/cmd b/test/normal/paste-all-after/cmd new file mode 100644 index 00000000..ac496a53 --- /dev/null +++ b/test/normal/paste-all-after/cmd @@ -0,0 +1 @@ +y<a-p> diff --git a/test/normal/concat-paste/in b/test/normal/paste-all-after/in index 5d11abbf..5d11abbf 100644 --- a/test/normal/concat-paste/in +++ b/test/normal/paste-all-after/in diff --git a/test/normal/paste-all-after/out b/test/normal/paste-all-after/out new file mode 100644 index 00000000..8de765ac --- /dev/null +++ b/test/normal/paste-all-after/out @@ -0,0 +1 @@ +-foofoobarbaz-barfoobarbaz-bazfoobarbaz- diff --git a/test/normal/concat-paste/cmd b/test/normal/paste-all-before/cmd index b45c52cb..b45c52cb 100644 --- a/test/normal/concat-paste/cmd +++ b/test/normal/paste-all-before/cmd diff --git a/test/normal/paste-all-before/in b/test/normal/paste-all-before/in new file mode 100644 index 00000000..5d11abbf --- /dev/null +++ b/test/normal/paste-all-before/in @@ -0,0 +1 @@ +-%(foo)-%(bar)-%(baz)- diff --git a/test/normal/concat-paste/out b/test/normal/paste-all-before/out index abc249df..abc249df 100644 --- a/test/normal/concat-paste/out +++ b/test/normal/paste-all-before/out diff --git a/test/normal/paste-all-replace/cmd b/test/normal/paste-all-replace/cmd new file mode 100644 index 00000000..e8cea172 --- /dev/null +++ b/test/normal/paste-all-replace/cmd @@ -0,0 +1 @@ +y<a-R> diff --git a/test/normal/paste-all-replace/in b/test/normal/paste-all-replace/in new file mode 100644 index 00000000..5d11abbf --- /dev/null +++ b/test/normal/paste-all-replace/in @@ -0,0 +1 @@ +-%(foo)-%(bar)-%(baz)- diff --git a/test/normal/paste-all-replace/out b/test/normal/paste-all-replace/out new file mode 100644 index 00000000..72956b41 --- /dev/null +++ b/test/normal/paste-all-replace/out @@ -0,0 +1 @@ +-foobarbaz-foobarbaz-foobarbaz- |
