mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
Fixing Issue #738 -- rewriter skips a token.
This commit is contained in:
@@ -130,3 +130,8 @@ result =
|
||||
else 20
|
||||
|
||||
ok result is 70
|
||||
|
||||
|
||||
# Issue #738
|
||||
func = if true then -> 1
|
||||
eq func(), 1
|
||||
|
||||
Reference in New Issue
Block a user