jashkenas--coffeescript/test
Jeremy Ashkenas eb9a524ea1 Adding unmatched 'then' to the list of things that closes a single-line implicit call early. Issue #611. 2010-08-30 22:04:13 -04:00
..
test_arguments.coffee
test_assignment.coffee
test_blocks.coffee Fixing the longstanding and important Issue #637. I'm glad this one got got. 2010-08-21 12:13:43 -04:00
test_break.coffee
test_chaining.coffee re-enabling the mis-dented call case. Issue #657 2010-08-30 20:59:16 -04:00
test_classes.coffee Issue #641. Rename __superClass__ to __super__ 2010-08-23 21:19:43 -04:00
test_comments.coffee
test_compilation.coffee
test_compound_assignment.coffee
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 Merging in Tesco and rofrankel's soaks for function calls. A soaked check that fails will return undefined. 2010-08-28 09:00:04 -04:00
test_expressions.coffee
test_functions.coffee
test_heredocs.coffee
test_if.coffee Adding unmatched 'then' to the list of things that closes a single-line implicit call early. Issue #611. 2010-08-30 22:04:13 -04:00
test_importing.coffee
test_literals.coffee Adding a test for issue #631. 2010-08-18 20:42:23 -04:00
test_module.coffee
test_operations.coffee Issue #633. 'not instanceof' 2010-08-21 08:56:25 -04:00
test_option_parser.coffee
test_pattern_matching.coffee
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
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
test_splats.coffee
test_string_interpolation.coffee
test_switch.coffee
test_try_catch.coffee
test_while.coffee