diff options
author | dds <dds@FreeBSD.org> | 2009-09-15 21:15:29 +0000 |
---|---|---|
committer | dds <dds@FreeBSD.org> | 2009-09-15 21:15:29 +0000 |
commit | d865692bb0cec315d1eafb40ae4759e59cddba15 (patch) | |
tree | d27325de3df0c8fa53060ae9f3a7719f1b621b6f /lib/libc/regex | |
parent | 3a82e44273f4a5c05d848c2959b2a9d8188b1ba0 (diff) | |
download | FreeBSD-src-d865692bb0cec315d1eafb40ae4759e59cddba15.zip FreeBSD-src-d865692bb0cec315d1eafb40ae4759e59cddba15.tar.gz |
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
Diffstat (limited to 'lib/libc/regex')
-rw-r--r-- | lib/libc/regex/grot/tests | 3 |
1 files changed, 3 insertions, 0 deletions
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 |