.. |
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
|
adding the ability to have classes with functions pre-bound to the instance, using the fat arrow, and the constructor-function-definition pattern, avoiding prototypes.
|
2010-06-15 01:28:30 -04:00 |
test_comments.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_compilation.coffee
|
removing extensions from CoffeeScript
|
2010-06-26 13:36:31 -04:00 |
test_compound_assignment.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_comprehensions.coffee
|
switching 'a in b' to 'a of b', and adding an array presence check for 'a in b'.
|
2010-06-21 23:51:12 -04:00 |
test_exceptions.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_existence.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_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
|
adding a test for holmsand's patch for Object.prototype-named variables.
|
2010-06-16 07:24:17 -04:00 |
test_heredocs.coffee
|
Fix for issue #414 -- apostrophes in heredocs.
|
2010-06-02 19:53:03 -04:00 |
test_if.coffee
|
adding a test for #454
|
2010-06-26 17:21:30 -04:00 |
test_importing.coffee
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
test_literals.coffee
|
adding non-ASCII characters to test_literals.coffee for Node v0.1.99
|
2010-06-21 20:47:58 -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
|
switching 'a in b' to 'a of b', and adding an array presence check for 'a in b'.
|
2010-06-21 23:51:12 -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
|
adding another statement/expression/return test.
|
2010-06-13 01:19:31 -04:00 |
test_splats.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_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
|
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_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 |