Daniel Veillard fc6eca0d81 fix bug #319897, problem with counted atoms when the transition itself is
* xmlregexp.c: fix bug #319897, problem with counted atoms
  when the transition itself is counted too
* result/regexp/hard test/regexp/hard: augmented the regression
  tests with the problem exposed.
Daniel
2005-11-01 15:24:02 +00:00

13 lines
127 B
Plaintext

=>((a|b|\p{Nd}){1,2}|aaa|bbbb){1,2}
bab
aaca
aaabbbb
a0b
aa0aaa
b0aaa
=>(\d{1,3}\.){3}\d{1,3}
1.2.3.4
1.22.333.44
1.2.3
1..2.3