summaryrefslogtreecommitdiff
path: root/test/srg/variants-ebnf
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-03-25 16:42:52 +0000
committerbringert <bringert@cs.chalmers.se>2007-03-25 16:42:52 +0000
commit90ddf726c1be01f6eefec8364f2e65f01c771392 (patch)
treec348178b8b7a211328a79668b0bc718824bc5560 /test/srg/variants-ebnf
parentde0ca9f533523ee0a815c5f0d06c58053c542f91 (diff)
Give SRG test cases human-readable names.
Diffstat (limited to 'test/srg/variants-ebnf')
-rw-r--r--test/srg/variants-ebnf/variants-ebnf.gf4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/srg/variants-ebnf/variants-ebnf.gf b/test/srg/variants-ebnf/variants-ebnf.gf
new file mode 100644
index 000000000..6671918ec
--- /dev/null
+++ b/test/srg/variants-ebnf/variants-ebnf.gf
@@ -0,0 +1,4 @@
+cat S;
+fun f : S;
+
+lin f = { s = variants {"a"; "b"} ++ variants {"c"; "d"} ++ variants {"e"; "f"} ++ variants { "g";"h";} } ; \ No newline at end of file