mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
correct spacing around operators in slice output
This commit is contained in:
@@ -61,7 +61,7 @@ test "#1722: operator precedence in unbounded slice compilation", ->
|
||||
arrayEq [0..n], list[..n or 0]
|
||||
arrayEq [0..n], list[..if n then n else 0]
|
||||
|
||||
test "#2349: slicing to numeric strings", ->
|
||||
test "#2349: inclusive slicing to numeric strings", ->
|
||||
arrayEq [0, 1], [0..10][.."1"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user