summaryrefslogtreecommitdiff
path: root/test/regexp
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-03-31 15:50:43 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-03-31 15:50:43 +0000
commit2cbf596c7f6d4ef21798bb06efd7542781124300 (patch)
tree3d68363cede7d566df1609264d5c4317c4d9c106 /test/regexp
parentf580674366ad854ac0ebafca5113376fa6efad91 (diff)
downloadlibxml2-2cbf596c7f6d4ef21798bb06efd7542781124300.tar.gz
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
Diffstat (limited to 'test/regexp')
-rw-r--r--test/regexp/branch14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/regexp/branch b/test/regexp/branch
new file mode 100644
index 00000000..6a728e67
--- /dev/null
+++ b/test/regexp/branch
@@ -0,0 +1,14 @@
+=>a|b(d|e(g|h|i)|f)|c
+a
+c
+bd
+bf
+beg
+beh
+bei
+b
+be
+bi
+f
+ab
+ac