1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/test
2010-10-11 20:29:08 +09:00
..
test_arguments.coffee
test_assignment.coffee lexer: fixed a regression where assignmentError wasn't fired 2010-10-11 19:10:30 +09:00
test_blocks.coffee
test_break.coffee
test_chaining.coffee
test_classes.coffee Fixing Issue 730 -- and removing garbage collection of tempvars (which was totally unsafe.) 2010-10-06 20:54:08 -04:00
test_comments.coffee
test_compilation.coffee noWrap: true -> wrap: false 2010-10-10 11:55:01 -04:00
test_compound_assignment.coffee
test_comprehensions.coffee
test_existence.coffee soak accesses no longer consume corresponding operators 2010-10-10 07:10:20 +09:00
test_expressions.coffee
test_functions.coffee Fixing issue #751 ... implicit number arguments within implicit object literals. 2010-10-10 11:29:14 -04:00
test_helpers.coffee
test_heredocs.coffee fixed over-escaping in here documents and addressed Stan's comments 2010-10-05 03:47:50 +09:00
test_if.coffee Issue #748 -- trailing reserved idenitifer. 2010-10-10 11:42:25 -04:00
test_importing.coffee
test_literals.coffee empty returns no longer return null 2010-10-06 22:24:52 -04:00
test_module.coffee
test_operations.coffee lexer now distinguishes between IN/OF and FORIN/FOROF to help grammar, fixing #737 2010-10-06 04:46:17 +09:00
test_option_parser.coffee
test_pattern_matching.coffee follow-up to d1bca636; fixed unrolling of the single case ({@a} = o -> @a = o.a) 2010-10-05 12:04:44 +09:00
test_ranges_slices_and_splices.coffee
test_regexps.coffee testing issue 584 2010-10-05 00:16:55 -04:00
test_returns.coffee
test_splats.coffee
test_string_interpolation.coffee
test_switch.coffee
test_try_catch.coffee made catch optional 2010-10-05 05:53:32 +09:00
test_while.coffee fixed a bug where while condition was compiling as statement 2010-10-11 20:29:08 +09:00