summaryrefslogtreecommitdiff
path: root/test/context1.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/context1.lm')
-rw-r--r--test/context1.lm3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/context1.lm b/test/context1.lm
index dda54b69..a112ca12 100644
--- a/test/context1.lm
+++ b/test/context1.lm
@@ -28,8 +28,7 @@ context ctx
end # ctx
CTX: ctx = cons ctx[]
-parse InputP: ctx::start( CTX ) [ stdin ]
-Input: ctx::start = InputP.tree
+parse Input: ctx::start( CTX ) [ stdin ]
print( Input '\n' )
##### IN #####
a b c ( d e f )