summaryrefslogtreecommitdiff
path: root/test/ignore1.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-04-13 10:44:45 -0400
committerAdrian Thurston <thurston@complang.org>2013-04-13 10:44:45 -0400
commitf34149a3990b06f647fcba9664471dfa6957a844 (patch)
tree8c72994004ffd3e79eeb42e51586aaa386c0f590 /test/ignore1.lm
parente0cc080f94de6764b2eae8ef3815882316ebb922 (diff)
downloadcolm-f34149a3990b06f647fcba9664471dfa6957a844.tar.gz
updated tests for parent commit (parse returns tree)
Diffstat (limited to 'test/ignore1.lm')
-rw-r--r--test/ignore1.lm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ignore1.lm b/test/ignore1.lm
index 5795c2da..5843d871 100644
--- a/test/ignore1.lm
+++ b/test/ignore1.lm
@@ -45,10 +45,10 @@ def item_list
parse Attrs: attr_list[ stdin ]
-print( %Attrs.tree '\n' )
+print( %Attrs '\n' )
construct IL: item_list
- ["<wrapper .[Attrs.tree]. ></wrapper>"]
+ ["<wrapper .[Attrs]. ></wrapper>"]
print( IL '\n' )
##### IN #####