diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2018-02-19 15:05:36 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2018-02-19 15:05:36 +0100 |
| commit | e5db37e513d4090bae356f8b91fdc5e84cff4a63 (patch) | |
| tree | b8909300f36809bb00264b0731e4dbbc432ecdb5 /sam/examples/delete-empty-lines.in | |
| parent | 4ae17e980dba66ef1b47a64cd4c90bded34d3e77 (diff) | |
| download | vis-e5db37e513d4090bae356f8b91fdc5e84cff4a63.tar.gz vis-e5db37e513d4090bae356f8b91fdc5e84cff4a63.tar.xz | |
test/sam: add regression test to delete empty lines using x g/^$/ d
Diffstat (limited to 'sam/examples/delete-empty-lines.in')
| -rw-r--r-- | sam/examples/delete-empty-lines.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sam/examples/delete-empty-lines.in b/sam/examples/delete-empty-lines.in new file mode 100644 index 0000000..a82e316 --- /dev/null +++ b/sam/examples/delete-empty-lines.in @@ -0,0 +1,17 @@ + +1 + +2 + + +3 + + + +4 + + + + +5 + |
