aboutsummaryrefslogtreecommitdiff
path: root/lib/libregex
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-12-05 03:13:47 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-12-05 03:13:47 +0000
commitca53e5aedfebcc1b4091b68e01b2d5cae923f85e (patch)
tree92a4795df6ef937264cff3b82c0d24bdb8b6064c /lib/libregex
parent7518fb346fe9603f99d2406a073b30fb8e4a270c (diff)
Notes
Diffstat (limited to 'lib/libregex')
-rw-r--r--lib/libregex/tests/gnuext.in14
1 files changed, 9 insertions, 5 deletions
diff --git a/lib/libregex/tests/gnuext.in b/lib/libregex/tests/gnuext.in
index 7d9e4823a67f..ebd052fb8b75 100644
--- a/lib/libregex/tests/gnuext.in
+++ b/lib/libregex/tests/gnuext.in
@@ -25,8 +25,12 @@ a\|b\|c b abc a
#\B[abc]\B & <abc> b
#\B[abc]+ - <abc> bc
#\B[abc]\+ b <abc> bc
-#\`abc\' & abc abc
-#\`.+\' - abNc abNc
-#\`.\+\' b abNc abNc
-#(\`a) - Na
-#(a\') - aN
+\`abc & abc abc
+abc\' & abc abc
+\`abc\' & abc abc
+\`.+\' - abNc abNc
+\`.\+\' b abNc abNc
+(\`a) - Na
+(a\`) - aN
+(a\') - aN
+(\'a) - Na