mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Give SRG test cases human-readable names.
This commit is contained in:
9
test/srg/cyclic-empty-prod/cyclic-empty-prod.gf
Normal file
9
test/srg/cyclic-empty-prod/cyclic-empty-prod.gf
Normal file
@@ -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 = [] } ;
|
||||
Reference in New Issue
Block a user