killing some newlines in the execution tests, to test the lexer's newline suppression

This commit is contained in:
Jeremy Ashkenas
2009-12-29 10:02:19 -05:00
parent 5c7dee556a
commit f2bdd555fa
2 changed files with 0 additions and 2 deletions

View File

@@ -2,5 +2,4 @@ result: try
nonexistent * missing
catch error
true
print(result)

View File

@@ -16,7 +16,6 @@ func: =>
'error'
else
c.text + '---'
d = {
text = c.text
}