mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
one more bit to pass -- futzing with the if/else chains
This commit is contained in:
@@ -105,7 +105,7 @@ lex::identifier_token: ->
|
||||
@tokens.splice(-2, 1)
|
||||
else
|
||||
@tag(1, 'PROPERTY_ACCESS')
|
||||
if tag is 'ELSE' and @tag() is 'IF'
|
||||
if tag is 'IF' and @tag() is 'ELSE'
|
||||
@tag(1, 'ELSIF')
|
||||
else
|
||||
@token(tag, id)
|
||||
|
||||
Reference in New Issue
Block a user