mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
Add unit test for missing lins
This commit is contained in:
7
testsuite/lpgf/unittests/Missing.gf
Normal file
7
testsuite/lpgf/unittests/Missing.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
abstract Missing = {
|
||||
cat S; NP; V2;
|
||||
fun
|
||||
Pred: NP -> V2 -> NP -> S;
|
||||
John, Dogs, Fish: NP ;
|
||||
Love, Eat: V2 ;
|
||||
}
|
||||
Reference in New Issue
Block a user