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-07-04 20:55:21 -04:00
..
test_arguments.coffee First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores... 2010-06-12 19:05:13 -04:00
test_assignment.coffee First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores... 2010-06-12 19:05:13 -04:00
test_blocks.coffee
test_break.coffee First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores... 2010-06-12 19:05:13 -04:00
test_chaining.coffee First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores... 2010-06-12 19:05:13 -04:00
test_classes.coffee fixing closurenode wrapping of bodies with bound function declarations inside -- this doesn't have to be mentioned explicitly. 2010-06-30 21:54:16 -04:00
test_comments.coffee fixing the block comment test to use defined variables. 2010-07-01 21:51:28 -04:00
test_compilation.coffee removing extensions from CoffeeScript 2010-06-26 13:36:31 -04:00
test_compound_assignment.coffee
test_comprehensions.coffee switching 'a in b' to 'a of b', and adding an array presence check for 'a in b'. 2010-06-21 23:51:12 -04:00
test_existence.coffee First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores... 2010-06-12 19:05:13 -04:00
test_expressions.coffee First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores... 2010-06-12 19:05:13 -04:00
test_functions.coffee adding a test for holmsand's patch for Object.prototype-named variables. 2010-06-16 07:24:17 -04:00
test_heredocs.coffee
test_if.coffee Fixing commented-out if-clauses or empty if-clauses. 2010-06-27 13:19:23 -04:00
test_importing.coffee
test_literals.coffee fixing issue #427 -- incorrect stringification of reserved word 2010-07-04 20:55:21 -04:00
test_module.coffee First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores... 2010-06-12 19:05:13 -04:00
test_operations.coffee fixing Lexer::OPERATOR regex for non-spaced + unary arithmetic. Issue #471 2010-07-04 13:29:22 -04:00
test_pattern_matching.coffee
test_ranges_slices_and_splices.coffee fixing range literals (which had gone untested) oops. 2010-06-28 20:26:31 -04:00
test_regexp_interpolation.coffee
test_regexps.coffee
test_returns.coffee adding another statement/expression/return test. 2010-06-13 01:19:31 -04:00
test_splats.coffee allowing paren-less instance creation, a la 'new Class' 2010-06-29 21:03:50 -04:00
test_string_interpolation.coffee
test_switch.coffee First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores... 2010-06-12 19:05:13 -04:00
test_try_catch.coffee fixing empty catch clauses ... Issue #470 2010-07-04 12:50:04 -04:00
test_while.coffee