jashkenas--coffeescript/test/fixtures/execution
Jeremy Ashkenas 62e946b8ce purely empty functions at the top level should be wrapped in parens, so as not to cause a JS syntax error 2010-01-16 15:02:04 -05:00
..
test_arguments.coffee arguments no longer is just a find-and-replace -- it'll fix the arguments variable at the top of scope if you use it in a function body 2010-01-16 12:52:26 -05:00
test_array_comprehension.coffee little lexer tweak 2010-01-11 08:46:50 -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 adding '::' as shorthand for '.prototype.' 2010-01-10 16:16:59 -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_destructuring_assignment.coffee with splats allowed in destructuring assignment 2010-01-13 22:25:58 -05:00
test_everything.coffee while loops can now be used as expressions -- they return an array containing the computed result of each iteration. 2010-01-13 21:27:22 -05:00
test_existence.coffee better existence test, with tests 2010-01-01 12:41:55 -05:00
test_expressions.coffee expression closure wrappers are now safer -- they won't be generated if there's a statement_only inside 2010-01-16 12:10:31 -05:00
test_fancy_if_statement.coffee moving along with whitespace 2009-12-28 23:08:02 -05:00
test_functions.coffee purely empty functions at the top level should be wrapped in parens, so as not to cause a JS syntax error 2010-01-16 15:02:04 -05:00
test_funky_comments.coffee more docs, more tests 2010-01-10 17:36:06 -05:00
test_heredocs.coffee fixing heredocs to use the left-most indent as the indentation guide -- not just the first line of the heredoc 2010-01-12 23:06:12 -05:00
test_lexical_scope.coffee docs for assignment-as-expression 2009-12-25 23:17:34 -08:00
test_literals.coffee big commit -- adding back object comprehensions, using 'ino', versus 'in' for array comprehensions, fixing bug with dollar signs in identifiers 2010-01-10 15:52:23 -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 and fixing test for empty strings 2010-01-12 08:52:44 -05:00
test_switch.coffee adding when clauses with multiple values 2010-01-13 19:56:35 -05:00
test_while.coffee while loops can now be used as expressions -- they return an array containing the computed result of each iteration. 2010-01-13 21:27:22 -05:00