Give SRG test cases human-readable names.

This commit is contained in:
bringert
2007-03-25 16:42:52 +00:00
parent de0ca9f533
commit 90ddf726c1
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
cat S;
fun f : S;
lin f = { s = variants {"a"; "b"} ++ variants {"c"; "d"} ++ variants {"e"; "f"} ++ variants { "g";"h";} } ;