summaryrefslogtreecommitdiff
path: root/testsuite/canonical/grammars/PhrasebookGer.gf
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/canonical/grammars/PhrasebookGer.gf')
-rw-r--r--testsuite/canonical/grammars/PhrasebookGer.gf12
1 files changed, 8 insertions, 4 deletions
diff --git a/testsuite/canonical/grammars/PhrasebookGer.gf b/testsuite/canonical/grammars/PhrasebookGer.gf
index 69a61187c..c6402297c 100644
--- a/testsuite/canonical/grammars/PhrasebookGer.gf
+++ b/testsuite/canonical/grammars/PhrasebookGer.gf
@@ -1,10 +1,14 @@
--# -path=.:present
-concrete PhrasebookGer of Phrasebook =
- GreetingsGer,
- WordsGer ** open
+concrete PhrasebookGer of Phrasebook =
+ open
SyntaxGer,
- Prelude in {
+ LexiconGer in {
+ lincat
+ VerbPhrase = VP ;
+
+ lin
+ VRead = mkVP <lin V read_V2 : V> ;
}