mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 17:52:51 -06:00
Give SRG test cases human-readable names.
This commit is contained in:
11
test/srg/cyclic-indirect/cyclic-indirect.gf
Normal file
11
test/srg/cyclic-indirect/cyclic-indirect.gf
Normal file
@@ -0,0 +1,11 @@
|
||||
-- a grammar with an indirect cycle
|
||||
|
||||
cat S; G;
|
||||
|
||||
fun f : S ;
|
||||
fun fg : G -> S ;
|
||||
fun gf : S -> G ;
|
||||
|
||||
lin f = { s = "f" } ;
|
||||
lin fg x = x;
|
||||
lin gf x = x;
|
||||
Reference in New Issue
Block a user