improving test for #1492

This commit is contained in:
Michael Ficarra 2011-07-17 16:43:50 -04:00
parent 813efbe1d3
commit 8931e31991
1 changed files with 1 additions and 3 deletions

View File

@ -119,7 +119,5 @@ test "indented heredoc", ->
# Nested blocks caused by paren unwrapping
test "#1492: Nested blocks don't cause double semicolons", ->
js = CoffeeScript.compile """
(0;0)
"""
js = CoffeeScript.compile '(0;0)'
eq -1, js.indexOf ';;'