.. |
test.html
|
test.html: string_interpolation -> strings
|
2010-10-12 10:34:31 +09:00 |
test_arguments.coffee
|
First step of the general rewriter refactor. Added a generic 'detectEnd' function which is expression-pair sensitive. Use it to reimplement closeOpenCallsAndIndexes
|
2010-08-08 17:37:28 -04:00 |
test_assignment.coffee
|
lexer: fixed a regression where assignmentError wasn't fired
|
2010-10-11 19:10:30 +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
|
Fixing Issue 730 -- and removing garbage collection of tempvars (which was totally unsafe.)
|
2010-10-06 20:54:08 -04: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
|
added test.html that runs most of test/*.coffee in browsers
|
2010-10-12 06:53:20 +09:00 |
test_compound_assignment.coffee
|
#733: streamlined soak compilations and improved reference cachings
|
2010-10-02 07:17:35 +09:00 |
test_comprehensions.coffee
|
Fixing Issue #643. Be a little bit safer about declaring block variables as close to the block scope as possible.
|
2010-08-24 22:19:53 -04:00 |
test_existence.coffee
|
added test.html that runs most of test/*.coffee in browsers
|
2010-10-12 06:53:20 +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
|
simplified splatting new compilation
|
2010-10-12 21:48:25 +09:00 |
test_helpers.coffee
|
Add test:browser task for running the test suite against the merged browser script.
|
2010-10-11 09:42:13 -05: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
|
764: made boolean/number/regex indexable
|
2010-10-12 19:30:10 +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
|
lexer now distinguishes between IN/OF and FORIN/FOROF to help grammar, fixing #737
|
2010-10-06 04:46:17 +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
|
merging in the browser test suite.
|
2010-10-11 18:22:01 -04:00 |
test_ranges_slices_and_splices.coffee
|
merging in the browser test suite.
|
2010-10-11 18:22:01 -04: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
|
Fixing splats after newlines - #754.
|
2010-10-10 11:34:22 -05: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
|
Added a (failing) test that reproduces #723.
|
2010-09-28 20:27:37 +02:00 |
test_try_catch.coffee
|
made catch optional
|
2010-10-05 05:53:32 +09:00 |
test_while.coffee
|
fixed a bug where while condition was compiling as statement
|
2010-10-11 20:29:08 +09:00 |