mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Fixing (at least partially) Issue #502. Trailing block comment parse.
This commit is contained in:
@@ -134,3 +134,13 @@ func: ->
|
||||
7
|
||||
|
||||
ok func() is 7
|
||||
|
||||
|
||||
# Trailing herecomment in a function.
|
||||
fn: ->
|
||||
code
|
||||
###
|
||||
debug code commented
|
||||
###
|
||||
|
||||
fn2: ->
|
||||
|
||||
Reference in New Issue
Block a user