adding test for #2037; should've included it in the first place

This commit is contained in:
Michael Ficarra 2012-01-14 11:32:09 -05:00
parent df7ab264ab
commit 9a23511965
1 changed files with 3 additions and 0 deletions

View File

@ -202,3 +202,6 @@ test "block comments inside class bodies", ->
b: ->
ok B.prototype.a instanceof Function
test "#2037: herecomments shouldn't imply line terminators", ->
do (-> ### ###; fail)