diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/normal/pipe-replaces-all-lines/cmd | 1 | ||||
| -rw-r--r-- | test/normal/pipe-replaces-all-lines/in | 2 | ||||
| -rw-r--r-- | test/normal/pipe-replaces-all-lines/out | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/test/normal/pipe-replaces-all-lines/cmd b/test/normal/pipe-replaces-all-lines/cmd new file mode 100644 index 00000000..fb90dc1a --- /dev/null +++ b/test/normal/pipe-replaces-all-lines/cmd @@ -0,0 +1 @@ +%|printf '\n\n'<ret> diff --git a/test/normal/pipe-replaces-all-lines/in b/test/normal/pipe-replaces-all-lines/in new file mode 100644 index 00000000..422c2b7a --- /dev/null +++ b/test/normal/pipe-replaces-all-lines/in @@ -0,0 +1,2 @@ +a +b diff --git a/test/normal/pipe-replaces-all-lines/out b/test/normal/pipe-replaces-all-lines/out new file mode 100644 index 00000000..139597f9 --- /dev/null +++ b/test/normal/pipe-replaces-all-lines/out @@ -0,0 +1,2 @@ + + |
