summaryrefslogtreecommitdiff
path: root/test/undofrag2.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/undofrag2.lm')
-rw-r--r--test/undofrag2.lm3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/undofrag2.lm b/test/undofrag2.lm
index 82a9a104..7804dfe3 100644
--- a/test/undofrag2.lm
+++ b/test/undofrag2.lm
@@ -34,5 +34,6 @@ def start
[A1 item* '^']
| [A2 item* ';' '\n']
-Input: start = parse start( stdin )
+parse InputP: start[ stdin ]
+Input: start = InputP.tree
print( Input )