.. |
test_arguments.coffee
|
First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores...
|
2010-06-12 19:05:13 -04:00 |
test_assignment.coffee
|
First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores...
|
2010-06-12 19:05:13 -04:00 |
test_blocks.coffee
|
making the lexer more sophisticated about incorrect outdents ... a little safer for everyone.
|
2010-06-01 23:32:46 -04:00 |
test_break.coffee
|
First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores...
|
2010-06-12 19:05:13 -04:00 |
test_chaining.coffee
|
First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores...
|
2010-06-12 19:05:13 -04:00 |
test_classes.coffee
|
class B extends A calls A.extended(B)
|
2010-07-18 14:22:26 -05:00 |
test_comments.coffee
|
Fixing (at least partially) Issue #502. Trailing block comment parse.
|
2010-07-15 08:50:49 -04:00 |
test_compilation.coffee
|
Fixes issue #477, missing global helpers in REPL.
|
2010-07-09 01:01:31 -04:00 |
test_compound_assignment.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_comprehensions.coffee
|
enhancements to range comprehensions, back to being safe -- and usable downwards without a 'by' clause, and optimized when working with integer literals.
|
2010-07-17 18:45:29 -04:00 |
test_existence.coffee
|
Fixing Issue #506. existential chains should force parentheses in the presense of a compiled ternary operator.
|
2010-07-15 21:38:35 -04:00 |
test_expressions.coffee
|
First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores...
|
2010-06-12 19:05:13 -04:00 |
test_functions.coffee
|
fixing bound functions with an __bind helper.
|
2010-07-24 12:12:26 -07:00 |
test_heredocs.coffee
|
Fix for issue #414 -- apostrophes in heredocs.
|
2010-06-02 19:53:03 -04:00 |
test_if.coffee
|
fixing If/else-to-ternary with instanceof as an unparenthesized condition. JS operator precedence.
|
2010-07-23 20:44:56 -07:00 |
test_importing.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_literals.coffee
|
toFixed() seems to be non-portable. Trying a different number test.
|
2010-07-11 20:39:54 -04:00 |
test_module.coffee
|
First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores...
|
2010-06-12 19:05:13 -04:00 |
test_operations.coffee
|
fixing inline-loop object-in-array tests for instance variables. Issue #481
|
2010-07-10 09:01:22 -04:00 |
test_option_parser.coffee
|
fixing bug in option parsing with flagged arguments and cake.
|
2010-07-11 17:55:22 -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
|
fixing range literals (which had gone untested) oops.
|
2010-06-28 20:26:31 -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
|
adding another statement/expression/return test.
|
2010-06-13 01:19:31 -04:00 |
test_splats.coffee
|
slightly nicer implementation of SplatNode.compileSplattedArray
|
2010-07-13 22:16:19 -04:00 |
test_string_interpolation.coffee
|
Fixes Issue #525 -- String interpolation bug due to conflict with Heredoc interpolation.
|
2010-07-21 15:45:25 -07:00 |
test_switch.coffee
|
First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores...
|
2010-06-12 19:05:13 -04:00 |
test_try_catch.coffee
|
fixing issue #497 try/catch/finally all empty.
|
2010-07-13 23:33:59 -04:00 |
test_while.coffee
|
adding a 'loop' keyword to CoffeeScript. Takes an expression or a block. Runs it until you break or return out.
|
2010-06-12 12:15:53 -04:00 |