mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
converted the tests to use optional parentheses -- lot's of little subtleties to work out
This commit is contained in:
2
test/fixtures/execution/test_blocks.coffee
vendored
2
test/fixtures/execution/test_blocks.coffee
vendored
@@ -1,4 +1,4 @@
|
||||
results: [1, 2, 3].map() x =>
|
||||
x * x
|
||||
|
||||
print(results.join(' ') is '1 4 9')
|
||||
print results.join(' ') is '1 4 9'
|
||||
Reference in New Issue
Block a user