mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-13 13:17:36 +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
60 B
Plaintext
15 lines
60 B
Plaintext
=>a|b(d|e(g|h|i)|f)|c
|
|
a
|
|
c
|
|
bd
|
|
bf
|
|
beg
|
|
beh
|
|
bei
|
|
b
|
|
be
|
|
bi
|
|
f
|
|
ab
|
|
ac
|