mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
adding test for #2037; should've included it in the first place
This commit is contained in:
parent
df7ab264ab
commit
9a23511965
1 changed files with 3 additions and 0 deletions
|
@ -202,3 +202,6 @@ test "block comments inside class bodies", ->
|
||||||
b: ->
|
b: ->
|
||||||
|
|
||||||
ok B.prototype.a instanceof Function
|
ok B.prototype.a instanceof Function
|
||||||
|
|
||||||
|
test "#2037: herecomments shouldn't imply line terminators", ->
|
||||||
|
do (-> ### ###; fail)
|
||||||
|
|
Loading…
Add table
Reference in a new issue