diff options
| author | krasimir <krasimir@chalmers.se> | 2009-05-20 11:25:00 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-05-20 11:25:00 +0000 |
| commit | 352ac74b0ff4fb616a9f40332b4c60d6c8953564 (patch) | |
| tree | 3d0a8d373e29f34544d4b35e11e419b19c1a9688 /examples/test/srg/variants-ebnf | |
| parent | b6ce113041d7dc26021591f050bc11a358091594 (diff) | |
examples/test is moved to testsuite
Diffstat (limited to 'examples/test/srg/variants-ebnf')
| -rw-r--r-- | examples/test/srg/variants-ebnf/variants-ebnf.gf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/test/srg/variants-ebnf/variants-ebnf.gf b/examples/test/srg/variants-ebnf/variants-ebnf.gf deleted file mode 100644 index 6671918ec..000000000 --- a/examples/test/srg/variants-ebnf/variants-ebnf.gf +++ /dev/null @@ -1,4 +0,0 @@ -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 |
