diff options
| author | Maxime Coste <mawww@kakoune.org> | 2021-09-30 12:31:12 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2021-09-30 20:12:48 +1000 |
| commit | 05fb07fbc6c3a9fcccd69b03b01bf063f524868b (patch) | |
| tree | ebd19616245541e262fd0a9a1db9fba179f27581 /test/normal | |
| parent | 85a1f78ca989cc25a34b6ece812682b287e9c944 (diff) | |
Add tests for <a-p>/<a-P>/<a-R>
Diffstat (limited to 'test/normal')
| -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- |
