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-06-28 08:50:44 -04:00
..
test_arguments.coffee
test_assignment.coffee
test_blocks.coffee
test_break.coffee
test_chaining.coffee
test_classes.coffee
test_comments.coffee adding a test for trailing-comments-preceding-outdents 2010-06-27 13:02:47 -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_exceptions.coffee adding a one-line exception test. 2010-06-28 08:50:44 -04:00
test_existence.coffee
test_expressions.coffee
test_functions.coffee
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
test_module.coffee
test_operations.coffee fixing an improper-js-output bug when using a loop-compiled inarray clause as part of a larger expression 2010-06-27 13:27:51 -04:00
test_pattern_matching.coffee
test_ranges_slices_and_splices.coffee
test_regexp_interpolation.coffee
test_regexps.coffee
test_returns.coffee
test_splats.coffee
test_string_interpolation.coffee
test_switch.coffee
test_while.coffee