mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
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
This commit is contained in:
parent
9bb7d0f47a
commit
b7bb894067
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue