diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-22 12:37:50 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-22 12:37:50 +0100 |
| commit | 9727504fef7edba8667ad621e1358b56ca326d2c (patch) | |
| tree | 41c8fcf6f5a7e0908782eb0ee9dd9a7898b89073 | |
| parent | a5b315a5873f1f71f7b41381e015013bc3072ae2 (diff) | |
| download | vis-9727504fef7edba8667ad621e1358b56ca326d2c.tar.gz vis-9727504fef7edba8667ad621e1358b56ca326d2c.tar.xz | |
test/vis: add regression test for ec9007f0512930bc16f23e97ea626799187700b6
| -rw-r--r-- | vis/structural-regex/commands/filter-and-edit.in | 1 | ||||
| -rw-r--r-- | vis/structural-regex/commands/filter-and-edit.keys | 3 | ||||
| -rw-r--r-- | vis/structural-regex/commands/filter-and-edit.ref | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/vis/structural-regex/commands/filter-and-edit.in b/vis/structural-regex/commands/filter-and-edit.in new file mode 100644 index 0000000..62050e1 --- /dev/null +++ b/vis/structural-regex/commands/filter-and-edit.in @@ -0,0 +1 @@ +aaabaaabaaa
\ No newline at end of file diff --git a/vis/structural-regex/commands/filter-and-edit.keys b/vis/structural-regex/commands/filter-and-edit.keys new file mode 100644 index 0000000..694096f --- /dev/null +++ b/vis/structural-regex/commands/filter-and-edit.keys @@ -0,0 +1,3 @@ +:,|sed -e 's/b/\\\\b/g'<Enter> +:x/\\/<Enter> +x
\ No newline at end of file diff --git a/vis/structural-regex/commands/filter-and-edit.ref b/vis/structural-regex/commands/filter-and-edit.ref new file mode 100644 index 0000000..62050e1 --- /dev/null +++ b/vis/structural-regex/commands/filter-and-edit.ref @@ -0,0 +1 @@ +aaabaaabaaa
\ No newline at end of file |
