Fixing Issue #738 -- rewriter skips a token.

This commit is contained in:
Jeremy Ashkenas
2010-10-01 21:02:48 -04:00
parent 26de26f88f
commit baaec57d5c
3 changed files with 7 additions and 2 deletions

View File

@@ -130,3 +130,8 @@ result =
else 20
ok result is 70
# Issue #738
func = if true then -> 1
eq func(), 1