summaryrefslogtreecommitdiff
path: root/test/ignore1.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-05-18 14:37:50 +0000
committerAdrian Thurston <thurston@complang.org>2013-05-18 14:37:50 +0000
commit3223096e1b08f20c57e3a5656cb9536c0e8bce91 (patch)
tree9a07ed1157f223f6560efc05450a23eb7ade66da /test/ignore1.lm
parentb64ef1d0addc4f3e8e21fd5b7d5e6744f0d5f9cc (diff)
downloadcolm-3223096e1b08f20c57e3a5656cb9536c0e8bce91.tar.gz
updated test cases for new print semantics
Diffstat (limited to 'test/ignore1.lm')
-rw-r--r--test/ignore1.lm7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/ignore1.lm b/test/ignore1.lm
index 5843d871..cbdafbd5 100644
--- a/test/ignore1.lm
+++ b/test/ignore1.lm
@@ -45,16 +45,15 @@ def item_list
parse Attrs: attr_list[ stdin ]
-print( %Attrs '\n' )
+print( Attrs )
construct IL: item_list
- ["<wrapper .[Attrs]. ></wrapper>"]
+ ["<wrapper .[Attrs]. ></wrapper>\n"]
-print( IL '\n' )
+print( IL )
##### IN #####
+ foo = asdf +
##### EXP #####
+ foo = asdf +
-
<wrapper .+ foo = asdf +
. ></wrapper>