From 9727504fef7edba8667ad621e1358b56ca326d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 22 Feb 2017 12:37:50 +0100 Subject: test/vis: add regression test for ec9007f0512930bc16f23e97ea626799187700b6 --- vis/structural-regex/commands/filter-and-edit.in | 1 + vis/structural-regex/commands/filter-and-edit.keys | 3 +++ vis/structural-regex/commands/filter-and-edit.ref | 1 + 3 files changed, 5 insertions(+) create mode 100644 vis/structural-regex/commands/filter-and-edit.in create mode 100644 vis/structural-regex/commands/filter-and-edit.keys create mode 100644 vis/structural-regex/commands/filter-and-edit.ref 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' +:x/\\/ +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 -- cgit v1.2.3