aboutsummaryrefslogtreecommitdiff
path: root/lib/libregex/tests
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-12-05 03:16:05 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-12-05 03:16:05 +0000
commit6b986646d434baa21ae3d74d6a662ad206c7ddbd (patch)
tree11153e51ca240d2b5256c0f35e6d0f9feeaeca1b /lib/libregex/tests
parentca53e5aedfebcc1b4091b68e01b2d5cae923f85e (diff)
Notes
Diffstat (limited to 'lib/libregex/tests')
-rw-r--r--lib/libregex/tests/gnuext.in12
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/libregex/tests/gnuext.in b/lib/libregex/tests/gnuext.in
index ebd052fb8b75..8f49854235a9 100644
--- a/lib/libregex/tests/gnuext.in
+++ b/lib/libregex/tests/gnuext.in
@@ -17,14 +17,12 @@ a\|b\|c b abc a
\s\+ b aSNTb SNT
# Word boundaries (\b, \B, \<, \>, \`, \')
# (is/not boundary, start/end word, start/end subject string)
-# Most of these are disabled for the moment, and will be re-enabled as
-# we become feature complete.
-#\babc\b & <abc> abc
+\babc\b & <abc> abc
\<abc\> & <abc> abc
-#\Babc\B & abc
-#\B[abc]\B & <abc> b
-#\B[abc]+ - <abc> bc
-#\B[abc]\+ b <abc> bc
+\Babc\B & abc
+\B[abc]\B & <abc> b
+\B[abc]+ - <abc> bc
+\B[abc]\+ b <abc> bc
\`abc & abc abc
abc\' & abc abc
\`abc\' & abc abc