jashkenas--coffeescript/test
Jeremy Ashkenas b9cfb5a7d8 Fixes #2155 -- existential assignment to a closure 2012-02-29 23:41:57 -05:00
..
arrays.coffee renaming wordy test titles. 2011-04-23 13:35:15 -04:00
assignment.coffee merging in early error for compound assignment to undeclared variables. 2012-02-28 10:42:11 -05:00
booleans.coffee renaming wordy test titles. 2011-04-23 13:35:15 -04:00
classes.coffee cleaned up trailing whitespace; merging @geraldalewis's #2033 2012-01-16 15:50:09 -05: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 merging/improving @rolftimmermans fix/tests for #2007 2012-02-13 19:47:21 -05: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 whitespace cleanup 2011-12-24 07:04:34 -05:00
formatting.coffee Indentation fix. 2012-02-03 19:08:45 -05:00
function_invocation.coffee Adding test case: do (x = y) -> overrides existing x value 2011-12-19 11:33:52 -05:00
functions.coffee Issue #1547 'use strict' duplicate formal parameter are prohibited 2012-01-16 17:19:14 -05:00
helpers.coffee removing over-hash-comment 2011-03-11 21:41:12 -05:00
importing.coffee test reorganization waypoint 2010-12-29 00:48:54 -05: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
numbers.coffee Removing tab indentation. 2012-02-03 19:33:03 -05:00
objects.coffee merging/improving @rolftimmermans fix/tests for #2007 2012-02-13 19:47:21 -05:00
operators.coffee Fixes #2155 -- existential assignment to a closure 2012-02-29 23:41:57 -05: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 made sure all files were properly commented 2011-01-03 04:28:47 -05:00
scope.coffee fixes #1973: redefining Array/Object constructors shouldn't break helpers 2012-01-10 17:01:27 -05:00
slicing_and_splicing.coffee Allowing both end-points of slices to be implicit. 2011-12-20 19:21:26 -05:00
soaks.coffee removing over-hash-comment 2011-03-11 21:41:12 -05:00
strict.coffee Whitespace clean-up. 2012-02-03 19:31:26 -05:00
strings.coffee renaming wordy test titles. 2011-04-23 13:35:15 -04:00
test.html fixing test.html 2011-05-01 08:28:00 -04:00