summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-07-09 18:14:39 +0000
committerdcs <dcs@FreeBSD.org>2000-07-09 18:14:39 +0000
commitd035f7d8d4da7f27b9e06a058dfe3f1bdfac93f3 (patch)
tree2e9ace00d51a7cb7831c1dfc4d9a88aac2218c67 /lib
parentc2a39d8b0975946a236fe7a7308e5c51358fa34e (diff)
downloadFreeBSD-src-d035f7d8d4da7f27b9e06a058dfe3f1bdfac93f3.zip
FreeBSD-src-d035f7d8d4da7f27b9e06a058dfe3f1bdfac93f3.tar.gz
Add a test case for one of the bugs found on the new additions to
regex(3).
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/regex/grot/tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/regex/grot/tests b/lib/libc/regex/grot/tests
index 8c17e03..07e9dfb 100644
--- a/lib/libc/regex/grot/tests
+++ b/lib/libc/regex/grot/tests
@@ -222,6 +222,7 @@ ab\{2,2\}c b abcabbc abbc
ab{2,4}c - abcabbc abbc
ab\{2,4\}c b abcabbc abbc
((a{1,10}){1,10}){1,10} - a a a,a
+((a{1,10}){1,10}){1,10}bb - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabb aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabb
# multiple repetitions
a** &C BADRPT
OpenPOWER on IntegriCloud