1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/test/fixtures/execution
2009-12-27 21:50:02 -08:00
..
test_array_comprehension.coffee part of the way to supporting multiline array comprehensions -- the grammar and parsing is there -- the code generation is tricky 2009-12-27 21:50:02 -08:00
test_assign_to_try_catch.coffee reorganizing test fixtures and adding range literals for array slices 2009-12-25 16:20:28 -08:00
test_calling_super.coffee reorganizing test fixtures and adding range literals for array slices 2009-12-25 16:20:28 -08:00
test_chained_calls.coffee reorganizing test fixtures and adding range literals for array slices 2009-12-25 16:20:28 -08:00
test_everything.coffee reorganizing test fixtures and adding range literals for array slices 2009-12-25 16:20:28 -08:00
test_fancy_if_statement.coffee reorganizing test fixtures and adding range literals for array slices 2009-12-25 16:20:28 -08:00
test_lexical_scope.coffee docs for assignment-as-expression 2009-12-25 23:17:34 -08:00
test_newline_escaping.coffee adding newline escaping, with tests 2009-12-26 09:29:03 -08:00
test_range_comprehension.coffee got negative ranges working with (much, much) uglier compiled code 2009-12-26 20:35:43 -08:00
test_ranges_and_slices.coffee documenting ranges and slices 2009-12-25 16:35:57 -08:00
test_switch.coffee moved the coffeescript extension over from .cs to .coffee -- let's leave C# in peace. Changed array comprehensions to always return their mapped result, even when unassigned 2009-12-25 14:18:05 -08:00