tests passing with smarter block syntax with optional parens

This commit is contained in:
Jeremy Ashkenas
2010-01-26 02:15:08 -05:00
parent 460b3f6d8e
commit 29e4043f26
29 changed files with 966 additions and 912 deletions

View File

@@ -241,6 +241,7 @@ module CoffeeScript
# parameter identifiers in order to avoid this. Also, parameter lists can
# make use of splats.
def tag_parameters
return if last_tag != ')'
i = 0
loop do
i -= 1