summaryrefslogtreecommitdiff
path: root/test/heredoc.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-08-17 16:47:29 -0400
committerAdrian Thurston <thurston@complang.org>2012-08-17 16:47:29 -0400
commit4da283ba42afc6cf65112bcc127951490034a6b4 (patch)
treefecdc35dc0bcd8c9a1c98419a579c8f0bd0cc264 /test/heredoc.lm
parentbc886d38db5bfeb172689a46afc18e933a220968 (diff)
downloadcolm-4da283ba42afc6cf65112bcc127951490034a6b4.tar.gz
remaining migration to new parse syntax
Diffstat (limited to 'test/heredoc.lm')
-rw-r--r--test/heredoc.lm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/heredoc.lm b/test/heredoc.lm
index 9551e0e0..6941b0ba 100644
--- a/test/heredoc.lm
+++ b/test/heredoc.lm
@@ -42,5 +42,5 @@ def heredoc
[here_name here_data here_close id nl]
-S: heredoc = parse heredoc(stdin)
-print_xml(S)
+parse S: heredoc[stdin]
+print_xml(S.tree)