Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2009 21:15:29 +0000 (UTC)
From:      Diomidis Spinellis <dds@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197234 - head/lib/libc/regex/grot
Message-ID:  <200909152115.n8FLFTqb003409@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909152115.n8FLFTqb003409>