mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-28 07:21:26 +03:00
2cbf596c7f
* xmlregexp.c: patched a bug in parsing production 1 and 2 of xmlschemas regexp that William pointed out while working on #134120 * test/regexp/branch result/regexp/branch: added a specific regression test Daniel
15 lines
130 B
Plaintext
15 lines
130 B
Plaintext
Regexp: a|b(d|e(g|h|i)|f)|c
|
|
a: Ok
|
|
c: Ok
|
|
bd: Ok
|
|
bf: Ok
|
|
beg: Ok
|
|
beh: Ok
|
|
bei: Ok
|
|
b: Fail
|
|
be: Fail
|
|
bi: Fail
|
|
f: Fail
|
|
ab: Fail
|
|
ac: Fail
|