jashkenas--coffeescript/test
Jeremy Ashkenas 5aa21c363d satyr 1612b04 ... enabled break/continue in comprehensions. 2010-11-01 23:53:49 -04:00
..
test.html test: merged "expressions" into "chaining" and "returns" 2010-10-26 09:08:16 +09:00
test_arguments.coffee destructuring within arguments is now allowed as in SpiderMonkey 2010-10-27 05:23:35 +09:00
test_assignment.coffee fixed a bug that compound assignments were declaring variables 2010-11-01 10:42:42 +09:00
test_break.coffee Removing the mixed-in sys/util module. Switching from 'puts' to console.log 2010-10-24 12:48:42 -04:00
test_chaining.coffee test: merged "expressions" into "chaining" and "returns" 2010-10-26 09:08:16 +09:00
test_classes.coffee fixed a regression that for-in was failing to cache the source value 2010-10-23 22:04:58 +09:00
test_comments.coffee Fixing issue #700, block comment after first line of class definition. 2010-09-21 23:13:46 -04:00
test_compilation.coffee removed extra lines from trailing `then` compilations 2010-10-25 01:58:00 +09:00
test_comprehensions.coffee satyr 1612b04 ... enabled break/continue in comprehensions. 2010-11-01 23:53:49 -04:00
test_existence.coffee compound assignments are now represented as Assign nodes (rather than Op) and have the same precedence as `=` 2010-10-20 09:50:42 +09:00
test_functions.coffee Removing/Reverting do -> 2010-10-24 20:34:50 -04:00
test_helpers.coffee added/fixed/tweaked a few tests and merged test_compound_assignment into test_assignment 2010-10-24 04:09:13 +09:00
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 leading `then` is now valid 2010-10-26 05:36:32 +09:00
test_importing.coffee Add test:browser task for running the test suite against the merged browser script. 2010-10-11 09:42:13 -05:00
test_literals.coffee dynakeys: `{(x), y}` now compiles correctly 2010-10-26 01:40:07 +09:00
test_module.coffee Add test:browser task for running the test suite against the merged browser script. 2010-10-11 09:42:13 -05:00
test_operations.coffee added/fixed/tweaked a few tests and merged test_compound_assignment into test_assignment 2010-10-24 04:09:13 +09:00
test_option_parser.coffee Add test:browser task for running the test suite against the merged browser script. 2010-10-11 09:42:13 -05:00
test_pattern_matching.coffee Issue #795 -- clean up low precedence levels 2010-10-24 14:02:59 -04:00
test_regexps.coffee 764: made boolean/number/regex indexable 2010-10-12 19:30:10 +09:00
test_returns.coffee test: merged "expressions" into "chaining" and "returns" 2010-10-26 09:08:16 +09:00
test_splats.coffee implemented for-from-to and removed dotted ranges 2010-10-21 23:06:50 +09:00
test_strings.coffee stripped out strings/regexes from test_literals; test_string_interpolation is now test_string 2010-10-12 09:35:59 +09:00
test_switch.coffee fixed/removed broken/redundant tests 2010-10-21 12:45:50 +09:00
test_try_catch.coffee Issue #801 -- Empty catch statements immediately preceding outdents. 2010-10-27 22:21:47 -04:00
test_while.coffee fixed a bug where `while` condition was compiling as statement 2010-10-11 20:29:08 +09:00