svn commit: r197234 - head/lib/libc/regex/grot

Diomidis Spinellis dds at FreeBSD.org
Tue Sep 15 21:15:29 UTC 2009


Author: dds
Date: Tue Sep 15 21:15:29 2009
New Revision: 197234
URL: http://svn.freebsd.org/changeset/base/197234

Log:
  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

Modified:
  head/lib/libc/regex/grot/tests

Modified: head/lib/libc/regex/grot/tests
==============================================================================
--- head/lib/libc/regex/grot/tests	Tue Sep 15 20:28:29 2009	(r197233)
+++ head/lib/libc/regex/grot/tests	Tue Sep 15 21:15:29 2009	(r197234)
@@ -472,3 +472,6 @@ abcdefghijklmnop	i	abcdefghijklmnop	abcd
 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


More information about the svn-src-all mailing list