diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-03-06 13:57:21 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-03-06 13:57:21 +0000 |
| commit | 4be609010758f0daef1be567a2b2bbea20700e1e (patch) | |
| tree | 3b9443b26ce17bbfcf56eac51b995ed887f6e1aa /test/compose | |
| parent | 2d93933d81ea7e00b0541396e11087ef01c4ff7d (diff) | |
Fix additional eol inserted when replace piping at end of buffer
Diffstat (limited to 'test/compose')
| -rw-r--r-- | test/compose/pipe-at-eof/cmd | 1 | ||||
| -rw-r--r-- | test/compose/pipe-at-eof/in | 3 | ||||
| -rw-r--r-- | test/compose/pipe-at-eof/out | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/test/compose/pipe-at-eof/cmd b/test/compose/pipe-at-eof/cmd new file mode 100644 index 00000000..1a1a3d9b --- /dev/null +++ b/test/compose/pipe-at-eof/cmd @@ -0,0 +1 @@ +%|sort<ret> diff --git a/test/compose/pipe-at-eof/in b/test/compose/pipe-at-eof/in new file mode 100644 index 00000000..c2d1e1b2 --- /dev/null +++ b/test/compose/pipe-at-eof/in @@ -0,0 +1,3 @@ +tchou +tchaa +tchii diff --git a/test/compose/pipe-at-eof/out b/test/compose/pipe-at-eof/out new file mode 100644 index 00000000..b2f88aba --- /dev/null +++ b/test/compose/pipe-at-eof/out @@ -0,0 +1,3 @@ +tchaa +tchii +tchou |
