summaryrefslogtreecommitdiffstats
path: root/libxml2/test/automata/aba
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/automata/aba')
-rw-r--r--libxml2/test/automata/aba26
1 files changed, 26 insertions, 0 deletions
diff --git a/libxml2/test/automata/aba b/libxml2/test/automata/aba
new file mode 100644
index 0000000..ee9a873
--- /dev/null
+++ b/libxml2/test/automata/aba
@@ -0,0 +1,26 @@
+#
+# Tests a[ab]*
+#
+t 0 1 a
+t 1 1 a
+t 1 1 b
+f 1
+-------
+a
+=>
+a
+a
+=>
+a
+b
+a
+b
+a
+b
+=>
+b
+=>
+a
+c
+=>
+=>