mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
test for bracketedLinearize
This commit is contained in:
28
testsuite/runtime/linearize/brackets.gfs.gold
Normal file
28
testsuite/runtime/linearize/brackets.gfs.gold
Normal file
@@ -0,0 +1,28 @@
|
||||
(S (E (String ?1)) is even)
|
||||
|
||||
|
||||
(S exists (S (String x)) such that (S (S (E (String x)) is even)))
|
||||
|
||||
|
||||
(S (E a))
|
||||
|
||||
|
||||
(S (E aa) a)
|
||||
|
||||
|
||||
(S (E a) b)
|
||||
|
||||
|
||||
(S (String abcd) is string)
|
||||
|
||||
|
||||
(S (Int 100) is integer)
|
||||
|
||||
|
||||
(S (Float 12.4) is float)
|
||||
|
||||
|
||||
(S (String xyz) is string)
|
||||
|
||||
|
||||
cannot linearize
|
||||
Reference in New Issue
Block a user