jashkenas--coffeescript/test
Michael Ficarra be9707f8d2 final tweaks to REPL rewrite
We can still use some more extensive tests, but it's already much better
tested than the current REPL.
2013-01-26 02:07:56 -06:00
..
arrays.coffee renaming wordy test titles. 2011-04-23 13:35:15 -04:00
assignment.coffee Parse compound assignment followed by a terminator. 2012-11-27 20:11:01 -05:00
booleans.coffee renaming wordy test titles. 2011-04-23 13:35:15 -04:00
classes.coffee Fixes #2630 -- Class bodies shouldn't be able to reference arguments. 2013-01-06 19:08:32 -10:00
comments.coffee adding test for #2037; should've included it in the first place 2012-01-16 15:38:00 -05:00
compilation.coffee Adding test to ensure that header is disabled by default 2012-01-10 14:03:48 -05:00
comprehensions.coffee Adding a test for #2273 2012-04-24 15:39:22 -04:00
control_flow.coffee fixes #1910: loop index should be mutable within a loop iteration and immutable between loop iterations 2011-12-21 14:06:34 -05:00
eval.coffee whitespace cleanup 2011-12-24 07:04:34 -05:00
exception_handling.coffee Fixes #2580 -- Try/Catch is allowed to destructure the error object. 2012-10-23 17:57:22 -04:00
formatting.coffee Indentation fix. 2012-02-03 19:08:45 -05:00
function_invocation.coffee abb11c80d1 didn't consider objects with [[Call]] 2012-03-10 11:54:31 -05:00
functions.coffee Fixes #2621 -- buggy function parameter name detection with complex destructuring in param list. 2013-01-05 18:32:57 -10:00
helpers.coffee removing over-hash-comment 2011-03-11 21:41:12 -05:00
importing.coffee Fixes #2441: Remove (deprecated) registerExtension support. 2012-08-08 20:01:07 -04:00
interpolation.coffee added one more test for #1150 2011-06-22 19:42:07 +03:00
javascript_literals.coffee finished reorganizing test suite 2011-01-03 04:17:00 -05:00
literate.litcoffee fix tabbed literate code 2013-01-10 06:24:12 +09:00
numbers.coffee fixes #2224: various issues related to number lexing 2012-03-27 21:31:20 -04:00
objects.coffee Fixes #2207 -- unambiguous immediate implicit closes don't close implicit objects 2012-04-25 14:14:00 -04:00
operators.coffee adding one more compound operator test for #2627 2013-01-05 18:14:05 -10:00
option_parser.coffee OptionParser and related tests needed a cleanup 2012-01-25 19:47:03 -05:00
ranges.coffee test for #1409 2011-06-02 01:49:28 -04:00
regexps.coffee empty regular expressions with flags still need to be compiled to /(?:)/ 2011-10-03 03:49:59 -04:00
repl.coffee final tweaks to REPL rewrite 2013-01-26 02:07:56 -06:00
scope.coffee Fixes #2331 -- bound 'super' regression 2012-05-15 12:30:51 -04:00
slicing_and_splicing.coffee correct spacing around operators in slice output 2012-05-20 16:32:10 -04:00
soaks.coffee Fix typo in test name 2012-05-12 06:34:12 +01:00
strict.coffee removing code that restricts duplicate key names and associated tests 2012-05-21 13:49:00 -04:00
strings.coffee renaming wordy test titles. 2011-04-23 13:35:15 -04:00
test.html tests for the repl: ignoring comments, output in inspect mode, variable saving 2012-10-31 00:09:59 -04:00