mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
big milestone. examples/code.coffee now compiles correctly under the new whitespace regime
This commit is contained in:
@@ -353,7 +353,7 @@ rule
|
||||
|
||||
# An elsif portion of an if-else block.
|
||||
ElsIf:
|
||||
ELSE IfBlock { result = val[1] }
|
||||
ELSE IfBlock { result = val[1].force_statement }
|
||||
;
|
||||
|
||||
# Multiple elsifs can be chained together.
|
||||
|
||||
Reference in New Issue
Block a user