1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

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 ae112d6087
commit 96803d0129
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
}