summaryrefslogtreecommitdiff
path: root/test/liftattrs.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2011-03-30 19:04:01 +0000
committerAdrian Thurston <thurston@complang.org>2011-03-30 19:04:01 +0000
commite2d471562ef5e0488c17fe8a874bb6d6f32c7bfe (patch)
tree1dcbff982296e72e2bb2474dfeb9a70d5395c67e /test/liftattrs.lm
parentfb5430c9c2cf2ad1570150316e969ab142288b58 (diff)
downloadcolm-e2d471562ef5e0488c17fe8a874bb6d6f32c7bfe.tar.gz
Commas gone from expression lists. Now consistent with constructors, patterns,
and parameter lists. refs #246.
Diffstat (limited to 'test/liftattrs.lm')
-rw-r--r--test/liftattrs.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/liftattrs.lm b/test/liftattrs.lm
index 5224e4fa..7019c41b 100644
--- a/test/liftattrs.lm
+++ b/test/liftattrs.lm
@@ -71,4 +71,4 @@ for AttrListIter:attr_list in RootItemList {
IL = construct item_list
["<wrapper" CollectedAttrs ">" RootItemList "</wrapper>"]
-print( IL, '\n' )
+print( IL '\n' )