summaryrefslogtreecommitdiff
path: root/test/ignore1.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/ignore1.lm
parentbc886d38db5bfeb172689a46afc18e933a220968 (diff)
downloadcolm-4da283ba42afc6cf65112bcc127951490034a6b4.tar.gz
remaining migration to new parse syntax
Diffstat (limited to 'test/ignore1.lm')
-rw-r--r--test/ignore1.lm6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ignore1.lm b/test/ignore1.lm
index 2922116d..4c029354 100644
--- a/test/ignore1.lm
+++ b/test/ignore1.lm
@@ -43,11 +43,11 @@ def item_list
[item_list tag]
| []
-parse Attrs: attr_list( stdin )
+parse Attrs: attr_list[ stdin ]
-print( %Attrs '\n' )
+print( %Attrs.tree '\n' )
construct IL: item_list
- ["<wrapper .[Attrs]. ></wrapper>"]
+ ["<wrapper .[Attrs.tree]. ></wrapper>"]
print( IL '\n' )