mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
first draft of mandatory parentheses around function definition param lists -- all tests pass
This commit is contained in:
2
test/fixtures/execution/test_switch.coffee
vendored
2
test/fixtures/execution/test_switch.coffee
vendored
@@ -16,7 +16,7 @@ result: switch num
|
||||
|
||||
print result
|
||||
|
||||
func: num =>
|
||||
func: (num) =>
|
||||
switch num
|
||||
when 2, 4, 6
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user