mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
converted the tests to use optional parentheses -- lot's of little subtleties to work out
This commit is contained in:
@@ -3,7 +3,7 @@ func: =>
|
||||
b: []
|
||||
|
||||
while a >= 0
|
||||
b.push('o')
|
||||
b.push 'o'
|
||||
a--
|
||||
|
||||
c: {
|
||||
@@ -26,4 +26,4 @@ func: =>
|
||||
|
||||
c.single: c.list[1..1][0]
|
||||
|
||||
print(func() is '-')
|
||||
print func() is '-'
|
||||
|
||||
Reference in New Issue
Block a user