From 90ddf726c1be01f6eefec8364f2e65f01c771392 Mon Sep 17 00:00:00 2001 From: bringert Date: Sun, 25 Mar 2007 16:42:52 +0000 Subject: Give SRG test cases human-readable names. --- test/srg/cyclic-empty-prod/cyclic-empty-prod.gf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/srg/cyclic-empty-prod/cyclic-empty-prod.gf (limited to 'test/srg/cyclic-empty-prod') diff --git a/test/srg/cyclic-empty-prod/cyclic-empty-prod.gf b/test/srg/cyclic-empty-prod/cyclic-empty-prod.gf new file mode 100644 index 000000000..fc87b893f --- /dev/null +++ b/test/srg/cyclic-empty-prod/cyclic-empty-prod.gf @@ -0,0 +1,9 @@ +cat S; E; + +fun s : S ; +fun es : E -> S -> S ; +fun e : E ; + +lin s = { s = "s" } ; +lin es e s = { s = e.s ++ s.s } ; +lin e = { s = [] } ; -- cgit v1.2.3