Fixing (at least partially) Issue #502. Trailing block comment parse.

This commit is contained in:
Jeremy Ashkenas
2010-07-15 08:50:49 -04:00
parent 0337dc23c3
commit 4eed514e37
3 changed files with 15 additions and 4 deletions

View File

@@ -134,3 +134,13 @@ func: ->
7
ok func() is 7
# Trailing herecomment in a function.
fn: ->
code
###
debug code commented
###
fn2: ->