summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/liftattrs.lm2
-rw-r--r--test/til.exp9
2 files changed, 6 insertions, 5 deletions
diff --git a/test/liftattrs.lm b/test/liftattrs.lm
index 7019c41b..3415dac4 100644
--- a/test/liftattrs.lm
+++ b/test/liftattrs.lm
@@ -69,6 +69,6 @@ for AttrListIter:attr_list in RootItemList {
# Reconstruct the left hand side with the
IL = construct item_list
- ["<wrapper" CollectedAttrs ">" RootItemList "</wrapper>"]
+ ["<wrapper " CollectedAttrs ">" RootItemList "</wrapper>"]
print( IL '\n' )
diff --git a/test/til.exp b/test/til.exp
index 1458abdb..2f302789 100644
--- a/test/til.exp
+++ b/test/til.exp
@@ -1,7 +1,8 @@
var a;
-a := 1;do
-
-a := a + 1;
-c := d;while a = 10;
+a := 1;
+do
+ a := a + 1;
+ c := d;
+while a = 10;
hi := there;