.. |
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
|
tests are now passing on symbology
|
2010-07-24 22:23:37 -07:00 |
test_blocks.coffee
|
tweak to block indentation test.
|
2010-09-18 13:20:32 -04: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
|
Issue #706 -- enchancing empty anonymous classes.
|
2010-09-27 23:59:47 -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
|
Fix REPL. Add CoffeeScript.eval method as run doesn't return result.
|
2010-09-21 17:36:23 +12: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
|
conditionals with no alternative now evaluate to 'undefined' instead of 'null'
|
2010-10-01 20:52:23 -04:00 |
test_expressions.coffee
|
Issue #680. @::prop versus this::prop, fixed lexing regex.
|
2010-09-12 15:48:31 -04:00 |
test_functions.coffee
|
unary-new: built parser and new => now works
|
2010-09-27 02:16:41 +09:00 |
test_helpers.coffee
|
added last to helpers
|
2010-09-29 00:10:03 +09:00 |
test_heredocs.coffee
|
lexer: enabled multiline interpolations
|
2010-09-26 07:06:14 +09:00 |
test_if.coffee
|
Fixing Issue #738 -- rewriter skips a token.
|
2010-10-01 21:02:48 -04:00 |
test_importing.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_literals.coffee
|
647: fixed quote/newline escaping in here documents
|
2010-10-03 07:50:41 +09:00 |
test_module.coffee
|
tests are now passing on symbology
|
2010-07-24 22:23:37 -07:00 |
test_operations.coffee
|
Merge branch 'unary-new' of http://github.com/satyr/coffee-script
|
2010-09-27 22:52:40 -04:00 |
test_option_parser.coffee
|
Merging in Stan's patch for a --require flag that allows you to hook into CoffeeScript compiler events for on 'compile', 'success', and 'failure' ... a better way to extend the language or do growlnotify stuff. Issue #590
|
2010-08-07 23:33:35 -04:00 |
test_pattern_matching.coffee
|
[x] = [y] = [1] works again
|
2010-10-02 21:49:21 +09:00 |
test_ranges_slices_and_splices.coffee
|
Issue #621. Added the ability to leave the start and end index off of arrays. list[5..] is now valid CoffeeScript, slicing to the end of the array.
|
2010-08-18 21:51:44 -04:00 |
test_regexp_interpolation.coffee
|
first step towards requiring #{ ... } interpolation -- removing naked interps from the compiler.
|
2010-08-07 08:02:16 -04:00 |
test_regexps.coffee
|
allowing more flexible whitespace-started regexes. You have to wrap 'em in parens or assign to 'em, but it's better than nothing.
|
2010-08-12 20:24:53 -04:00 |
test_returns.coffee
|
tests are now passing on symbology
|
2010-07-24 22:23:37 -07:00 |
test_splats.coffee
|
#733: streamlined soak compilations and improved reference cachings
|
2010-10-02 07:17:35 +09:00 |
test_string_interpolation.coffee
|
first step towards requiring #{ ... } interpolation -- removing naked interps from the compiler.
|
2010-08-07 08:02:16 -04:00 |
test_switch.coffee
|
Added a (failing) test that reproduces #723.
|
2010-09-28 20:27:37 +02:00 |
test_try_catch.coffee
|
tests are now passing on symbology
|
2010-07-24 22:23:37 -07:00 |
test_while.coffee
|
tests are now passing on symbology
|
2010-07-24 22:23:37 -07:00 |