.. |
test_arguments.coffee
|
removing arguments-to-array-conversion from coffee
|
2010-03-15 20:46:14 -07:00 |
test_array_comprehension.coffee
|
removed ruby tests, and started the process of converting the CoffeeScript tests over to use Node's assert() module
|
2010-02-16 19:38:52 -05:00 |
test_assignment.coffee
|
using the new fs.writeFile API instead of fs.open -- much, much nicer
|
2010-02-19 18:27:50 -05:00 |
test_blocks.coffee
|
allowing chaining of property accesses by indentation level (really nice for Node and jQuery work) ticket #221
|
2010-02-28 12:49:37 -05:00 |
test_chained_calls.coffee
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
test_classes.coffee
|
If you don't specify a constructor, one will be provided for you by the state.
|
2010-02-28 00:13:17 -05:00 |
test_compilation.coffee
|
fixing broken multi-line optional-paren blocks
|
2010-03-10 09:28:00 -05:00 |
test_everything.coffee
|
documenting and cleaning up the Rewriter
|
2010-03-07 14:41:52 -05:00 |
test_exceptions.coffee
|
adding a test for parenthesized throws
|
2010-02-17 19:29:37 -05:00 |
test_existence.coffee
|
adding existence soaks for indexed-lookup property accesses: obj?['property']
|
2010-02-24 00:06:01 -05:00 |
test_expressions.coffee
|
first little bit of commenting the nodes.coffee -- with some slight refactors
|
2010-03-07 16:41:06 -05:00 |
test_fancy_if_statement.coffee
|
allowing terminator/comment as a block, so that you can have comment-only blocks
|
2010-03-10 16:18:17 -05:00 |
test_functions.coffee
|
stop mixing in helpers (t(ticket #250) -- with a test
|
2010-03-14 14:48:43 -07:00 |
test_funky_comments.coffee
|
adding more comment tests -- this terminator/comment as-block business really seems to have opened them up a bit
|
2010-03-10 16:44:50 -05:00 |
test_heredocs.coffee
|
fixing heredocs with multiple double quotes (broken regex from the Ruby translation), with tests.
|
2010-02-28 10:29:30 -05:00 |
test_lexical_scope.coffee
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
test_literals.coffee
|
fixing more bugs in balance/interpolate/regexp/string/etc
|
2010-03-08 22:25:06 -05:00 |
test_nested_comprehensions.coffee
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
test_newline_escaping.coffee
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
test_old_style_classes.coffee
|
first draft of adding classes to CoffeeScript
|
2010-02-27 18:57:45 -05:00 |
test_operations.coffee
|
making equality left-associative so that our chaining works properly with it.
|
2010-03-06 23:48:06 -05:00 |
test_pattern_matching.coffee
|
adding a test for nested pattern matching
|
2010-02-25 07:31:33 -05:00 |
test_range_comprehension.coffee
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
test_ranges_and_slices.coffee
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
test_regexp_interpolation.coffee
|
more refactors to interpolation
|
2010-03-08 21:55:06 -05:00 |
test_regexps.coffee
|
fixing more bugs in balance/interpolate/regexp/string/etc
|
2010-03-08 22:25:06 -05:00 |
test_splats.coffee
|
fixing an off-by-one error in Splat compilation
|
2010-02-20 18:25:36 -05:00 |
test_splices.coffee
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
test_string_interpolation.coffee
|
Regular expression interpolations; fixed bug in string interpolations when all tokens were identifiers.
|
2010-03-08 20:06:51 +02:00 |
test_switch.coffee
|
Make trailing else on switch fix pass on to multiple when switches
|
2010-02-22 19:17:54 -06:00 |
test_try_catch.coffee
|
added Stan's fix for try/finally without catch
|
2010-03-10 16:27:30 -05:00 |
test_while.coffee
|
adding conditional while loops with while ... when
|
2010-02-23 22:53:43 -05:00 |