From d865692bb0cec315d1eafb40ae4759e59cddba15 Mon Sep 17 00:00:00 2001 From: dds Date: Tue, 15 Sep 2009 21:15:29 +0000 Subject: Add two test cases from PR 130504. An additional one coming from http://www.research.att.com/~gsf/testregex/ was not added; at some point the entire AT&T regression test harness should be imported here. But that would also mean commitment to fix the uncovered errors. PR: 130504 Submitted by: Chris Kuklewicz --- lib/libc/regex/grot/tests | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libc/regex') diff --git a/lib/libc/regex/grot/tests b/lib/libc/regex/grot/tests index 95a21bb..050e7b2 100644 --- a/lib/libc/regex/grot/tests +++ b/lib/libc/regex/grot/tests @@ -472,3 +472,6 @@ abcdefghijklmnop i abcdefghijklmnop abcdefghijklmnop abcdefghijklmnopqrstuv i abcdefghijklmnopqrstuv abcdefghijklmnopqrstuv (ALAK)|(ALT[AB])|(CC[123]1)|(CM[123]1)|(GAMC)|(LC[23][EO ])|(SEM[1234])|(SL[ES][12])|(SLWW)|(SLF )|(SLDT)|(VWH[12])|(WH[34][EW])|(WP1[ESN]) - CC11 CC11 CC[13]1|a{21}[23][EO][123][Es][12]a{15}aa[34][EW]aaaaaaa[X]a - CC11 CC11 +# PR 130504 +(.|())(b) - ab ab +(()|.)(b) - ab ab -- cgit v1.1