.. |
test_arguments.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_assignment.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_bind.coffee
|
requiring helpers module in test_bind.coffee
|
2010-04-21 19:52:58 -04:00 |
test_blocks.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_break.coffee
|
moving the contains-a-pure-statement-means-no-closure logic into ClosureNode.wrap itself.
|
2010-03-15 22:27:31 -07:00 |
test_chaining.coffee
|
merging in gfodor's excellent Rewriter patch.
|
2010-04-19 23:18:39 -04:00 |
test_classes.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_comments.coffee
|
Adding initial implementation of here-comments (block comments) Issue #368
|
2010-05-12 20:56:44 -04:00 |
test_compilation.coffee
|
relative requires...
|
2010-05-01 11:00:43 -04:00 |
test_compound_assignment.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_comprehensions.coffee
|
safely preserving the arguments object through generated closure wrappers.
|
2010-04-10 14:20:32 -04:00 |
test_exceptions.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_existence.coffee
|
Added safe soaking on non-existent variables.
|
2010-05-05 21:58:48 +12:00 |
test_expressions.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_functions.coffee
|
forcing spaces for implicit calls ... making '@ name' a call instead of an access. Ticket #353
|
2010-05-04 23:44:54 -04:00 |
test_heredocs.coffee
|
adding interpolation to heredocs, using the same rules as for strings
|
2010-03-17 20:47:27 -04:00 |
test_if.coffee
|
adding 'unless' blocks
|
2010-04-27 19:35:15 -04:00 |
test_importing.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_literals.coffee
|
Allowing more flexible linebreaks/indentation within object literals.
|
2010-05-12 18:28:40 -04:00 |
test_module.coffee
|
comments and tests
|
2010-03-16 06:54:49 -04:00 |
test_operations.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_pattern_matching.coffee
|
Allowing pattern matching within for..loops
|
2010-04-26 21:35:35 +03:00 |
test_ranges_slices_and_splices.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_regexp_interpolation.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_regexps.coffee
|
making regexes stricter about their flags.
|
2010-05-14 09:14:41 -04:00 |
test_returns.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_splats.coffee
|
adding support for calling variadic functions with less than the requested number of arguments.
|
2010-05-08 12:44:54 -04:00 |
test_string_interpolation.coffee
|
adding a test case for issue 309, interpolations with implicit calls.
|
2010-04-11 09:37:48 -04:00 |
test_switch.coffee
|
better test for sans-condition switch...
|
2010-05-11 09:32:16 -04:00 |
test_while.coffee
|
adding until loops as the inverse of while loops
|
2010-04-28 22:08:00 -04:00 |