summaryrefslogtreecommitdiffstats
path: root/libxml2/test/regexp/content
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/regexp/content')
-rw-r--r--libxml2/test/regexp/content12
1 files changed, 12 insertions, 0 deletions
diff --git a/libxml2/test/regexp/content b/libxml2/test/regexp/content
new file mode 100644
index 0000000..9d01c8b
--- /dev/null
+++ b/libxml2/test/regexp/content
@@ -0,0 +1,12 @@
+=>((a|b|c)def)
+adef
+bdef
+adefg
+aaef
+=>((a|b|c|d|e|f)?(g|h|i)+(k|l)*)
+g
+gi
+fil
+gikl
+cghhhiill
+ak