diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-02-13 13:51:27 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-02-13 13:51:27 +0100 |
| commit | 2b3922006d00d9e164c924569a0a246db52c4973 (patch) | |
| tree | 62152dc078889702f0d04dd47c1e7e8b9bb89715 | |
| parent | 7d00e267b6bc2ecf40355a1fa3904d5aa792e5a4 (diff) | |
| download | vis-2b3922006d00d9e164c924569a0a246db52c4973.tar.gz vis-2b3922006d00d9e164c924569a0a246db52c4973.tar.xz | |
test/sam: add test for anchor behavior involving new lines
| -rw-r--r-- | sam/commands/loop-lines9.cmd | 1 | ||||
| l--------- | sam/commands/loop-lines9.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sam/commands/loop-lines9.cmd b/sam/commands/loop-lines9.cmd new file mode 100644 index 0000000..f5e6d4c --- /dev/null +++ b/sam/commands/loop-lines9.cmd @@ -0,0 +1 @@ +,x/^.*\n/ i/#/ diff --git a/sam/commands/loop-lines9.in b/sam/commands/loop-lines9.in new file mode 120000 index 0000000..0ad8301 --- /dev/null +++ b/sam/commands/loop-lines9.in @@ -0,0 +1 @@ +loop-lines.in
\ No newline at end of file |
