mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-27 19:58:55 -06:00
added more tests
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
i -retain testsuite/compiler/compute/record.gfs
|
i -retain testsuite/compiler/compute/record.gfs
|
||||||
cc hello
|
cc hello
|
||||||
|
cc {x="x"; y="y"}.x
|
||||||
|
cc {x="x"; y="y"}.y
|
||||||
|
cc <\r -> r.x : {x:Str; y:Str} -> Str>
|
||||||
|
|||||||
@@ -1 +1,4 @@
|
|||||||
"hello"
|
"hello"
|
||||||
|
"x"
|
||||||
|
"y"
|
||||||
|
\v0 -> v0.x
|
||||||
|
|||||||
Reference in New Issue
Block a user