mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
reorganizing test fixtures and adding range literals for array slices
This commit is contained in:
@@ -22,6 +22,6 @@ func: =>
|
||||
|
||||
c.list: l for l in d.text.split('') if l is '-'.
|
||||
|
||||
c.single: c.list[1, 1][0].
|
||||
c.single: c.list[1..1][0].
|
||||
|
||||
print(func() == '-')
|
||||
|
||||
0
test/fixtures/execution/test_ranges_and_slices.coffee
vendored
Normal file
0
test/fixtures/execution/test_ranges_and_slices.coffee
vendored
Normal file
Reference in New Issue
Block a user