resolving issues with comments in the middle of unfinished single-line expressions.

This commit is contained in:
Jeremy Ashkenas
2010-03-20 00:58:25 -04:00
parent 29eff23490
commit a2778bf06d
3 changed files with 41 additions and 16 deletions

View File

@@ -45,3 +45,11 @@ else # comment
45
ok result is 45
test:
'test ' +
'test ' + # comment
'test'
ok test is 'test test test'