.. |
test.html
|
added/fixed/tweaked a few tests and merged test_compound_assignment into test_assignment
|
2010-10-24 04:09:13 +09:00 |
test_arguments.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_assignment.coffee
|
added/fixed/tweaked a few tests and merged test_compound_assignment into test_assignment
|
2010-10-24 04:09:13 +09:00 |
test_break.coffee
|
tests are now passing on symbology
|
2010-07-24 22:23:37 -07:00 |
test_chaining.coffee
|
re-enabling the mis-dented call case. Issue #657
|
2010-08-30 20:59:16 -04: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
|
765: -b/--bare <- --no-wrap
|
2010-10-14 04:09:56 +09:00 |
test_comprehensions.coffee
|
Wrapping only the last line of comprehensions, allowing pure statements anywhere in between.
|
2010-10-24 18:36:23 +13: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_expressions.coffee
|
Issue #680. @::prop versus this::prop, fixed lexing regex.
|
2010-09-12 15:48:31 -04:00 |
test_functions.coffee
|
Altered bound functions with do to just use call(this) rather than binding.
|
2010-10-25 00:18:54 +13: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
|
Issue #748 -- trailing reserved idenitifer.
|
2010-10-10 11:42:25 -04: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: can now do destructuring assignments
|
2010-10-24 17:56:34 +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
|
added/fixed/tweaked a few tests and merged test_compound_assignment into test_assignment
|
2010-10-24 04:09:13 +09:00 |
test_regexps.coffee
|
764: made boolean/number/regex indexable
|
2010-10-12 19:30:10 +09:00 |
test_returns.coffee
|
tests are now passing on symbology
|
2010-07-24 22:23:37 -07: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
|
Fixing #773. Statements cannot be wrapped in parens (as in JS).
|
2010-10-19 19:32:23 +13:00 |
test_while.coffee
|
fixed a bug where while condition was compiling as statement
|
2010-10-11 20:29:08 +09:00 |