mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-25 02:46:27 -06:00
added test cases for cyrcular definitions
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
resource TestOpers = {
|
||||
|
||||
flags
|
||||
optimize=noexpand;
|
||||
|
||||
oper
|
||||
A : Str = B ;
|
||||
B : Str = A ;
|
||||
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
i testsuite/compiler/check/cyclic/opers/TestOpers.gf
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user