Skip to content

Commit

Permalink
adding test for #2037; should've included it in the first place
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Jan 16, 2012
1 parent df7ab26 commit 9a23511
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/comments.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 9a23511

Please sign in to comment.