1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/regexp/branch
Daniel Veillard 2cbf596c7f patched a bug in parsing production 1 and 2 of xmlschemas regexp that
* 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
2004-03-31 15:50:43 +00:00

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