From d035f7d8d4da7f27b9e06a058dfe3f1bdfac93f3 Mon Sep 17 00:00:00 2001 From: dcs Date: Sun, 9 Jul 2000 18:14:39 +0000 Subject: Add a test case for one of the bugs found on the new additions to regex(3). --- lib/libc/regex/grot/tests | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/regex/grot/tests') 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 -- cgit v1.1