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
2010-01-09 12:12:38 -05:00
..
test_arguments.coffee automatic conversion of arguments into arrays 2010-01-05 09:10:45 -05:00
test_array_comprehension.coffee adding the 'in' operator 2010-01-05 23:29:43 -05:00
test_assign_to_try_catch.coffee execution tests still pass -- more lexer block insertion and 2 shift/reduces in the grammar now 2009-12-30 15:52:07 -05:00
test_blocks.coffee adding a block test and using PARAM_SPLAT to remove the last shift/reduce conflict 2010-01-03 10:46:37 -05:00
test_calling_super.coffee fixing calling super from constructors 2010-01-08 10:54:44 -05:00
test_chained_calls.coffee allowing chained calls broken up over multiple lines with periods at the front (jQuery-style) 2010-01-09 12:12:38 -05:00
test_everything.coffee parser and test tweaks for whitespace -- tests are coming along 2009-12-30 17:58:27 -05:00
test_existence.coffee better existence test, with tests 2010-01-01 12:41:55 -05:00
test_fancy_if_statement.coffee moving along with whitespace 2009-12-28 23:08:02 -05:00
test_funky_comments.coffee fixing weepy's comment scenario 2010-01-05 23:15:32 -05:00
test_lexical_scope.coffee docs for assignment-as-expression 2009-12-25 23:17:34 -08:00
test_literals.coffee adding test for body-less while, using null as the body so JSLint doesn't get in a tizzy 2010-01-09 11:58:50 -05:00
test_named_functions.coffee adding a test case for named functions 2009-12-31 10:52:00 -05:00
test_nested_comprehensions.coffee fixing precedence order, so that you can nest range comprehensions 2010-01-01 11:19:57 -05:00
test_newline_escaping.coffee adding proper auto-newline escaping 2009-12-30 22:49:25 -05:00
test_range_comprehension.coffee adding steps to range comprehensions 2010-01-01 11:54:59 -05:00
test_ranges_and_slices.coffee fixing range literals by making them values, not expressions, and adding tests 2010-01-05 22:49:51 -05:00
test_splats.coffee ellipsis is the new splat 2010-01-05 21:40:36 -05:00
test_splices.coffee adding splice literals, with tests 2010-01-02 00:20:24 -05:00
test_switch.coffee execution tests still pass -- more lexer block insertion and 2 shift/reduces in the grammar now 2009-12-30 15:52:07 -05:00