mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-03 04:18:33 -06:00
added test case for parameters
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
resource param_table = {
|
||||||
|
|
||||||
|
param Q = Q1 | Q2 ;
|
||||||
|
param P = P1 | P2 Q ;
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
i -retain testsuite/compiler/compute/param_table.gf
|
||||||
|
cc P2 Q1
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
param_table.P2 param_table.Q1
|
||||||
Reference in New Issue
Block a user