summaryrefslogtreecommitdiff
path: root/testsuite/tests/ado/ado001.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ado/ado001.stdout')
-rw-r--r--testsuite/tests/ado/ado001.stdout10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/ado/ado001.stdout b/testsuite/tests/ado/ado001.stdout
new file mode 100644
index 0000000000..93e300cb42
--- /dev/null
+++ b/testsuite/tests/ado/ado001.stdout
@@ -0,0 +1,10 @@
+(a | b)
+a; g
+((a | (b; g)) | e)
+(((a | b); g) | c)
+((a | b) | c); (g | h)
+a; (b | (c; (d; (e | (f; g)))))
+(a | b); (c | d)
+a; ((b | c) | d)
+((a | (b; c)) | d) | e
+((a | b); (c | d)) | e