jashkenas--coffeescript/test
Jeremy Ashkenas 0a4fe7ed97 fixing the lexer so that leading commas surpress newlines 2010-06-11 08:29:16 -04:00
..
test_arguments.coffee cleaning up tests ... consolidation, consistency... 2010-04-03 10:39:32 -04:00
test_assignment.coffee Fixed lingering CoffeeScript Compiler running live in Internet Explorer bugs. Implemented helpers.index_of and removed named functions. Ticket #366 2010-05-14 23:40:04 -04:00
test_bind.coffee requiring helpers module in test_bind.coffee 2010-04-21 19:52:58 -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
test_chaining.coffee merging in gfodor's excellent Rewriter patch. 2010-04-19 23:18:39 -04:00
test_classes.coffee allowing Klass::['dynamic-property'] syntax. Issue #392 2010-05-31 22:32:43 -04:00
test_comments.coffee making block comments require their own lines for delimiters. Issue 379. 2010-06-02 00:03:07 -04:00
test_compilation.coffee moving issue #381 test to the proper spot. 2010-05-31 14:03:07 -04:00
test_compound_assignment.coffee cleaning up tests ... consolidation, consistency... 2010-04-03 10:39:32 -04:00
test_comprehensions.coffee one more range comprehension vs range literal test, for thoroughness. 2010-05-31 19:43:30 -04:00
test_exceptions.coffee cleaning up tests ... consolidation, consistency... 2010-04-03 10:39:32 -04:00
test_existence.coffee Added safe soaking on non-existent variables. 2010-05-05 21:58:48 +12:00
test_expressions.coffee cleaning up tests ... consolidation, consistency... 2010-04-03 10:39:32 -04:00
test_functions.coffee fixing the lexer so that leading commas surpress newlines 2010-06-11 08:29:16 -04:00
test_heredocs.coffee Fix for issue #414 -- apostrophes in heredocs. 2010-06-02 19:53:03 -04:00
test_if.coffee adding 'unless' blocks 2010-04-27 19:35:15 -04:00
test_importing.coffee cleaning up tests ... consolidation, consistency... 2010-04-03 10:39:32 -04:00
test_literals.coffee reworking parser for more permissive non-comma-separated array elements. 2010-06-09 00:37:23 -04:00
test_module.coffee comments and tests 2010-03-16 06:54:49 -04:00
test_operations.coffee cleaning up tests ... consolidation, consistency... 2010-04-03 10:39:32 -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 cleaning up tests ... consolidation, consistency... 2010-04-03 10:39:32 -04:00
test_splats.coffee adding support for calling variadic functions with less than the requested number of arguments. 2010-05-08 12:44:54 -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 Moving all of the 'test_issues' tests from 'hiatus' to their proper locations... 2010-05-31 15:13:48 -04:00
test_while.coffee adding until loops as the inverse of while loops 2010-04-28 22:08:00 -04:00