.. |
arrays.coffee
|
renaming wordy test titles.
|
2011-04-23 13:35:15 -04:00 |
assignment.coffee
|
Adding a test for #2613
|
2013-02-01 22:07:19 +11:00 |
booleans.coffee
|
renaming wordy test titles.
|
2011-04-23 13:35:15 -04:00 |
classes.coffee
|
Fixes #2773 -- tricky dependency ordering when overriding bound functions.
|
2013-03-05 15:35:02 +13: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
|
Fixes #1066 -- interpolated strings are not implicit funcs
|
2013-03-05 21:28:29 +13:00 |
comprehensions.coffee
|
Fixes #2525, #1187, #1208, #1758, and many more -- allow looping over an array downwards
|
2013-02-02 12:23:14 +11:00 |
control_flow.coffee
|
Improve the handling of implicit object and implicit call combinations
|
2013-02-27 08:15:38 +01:00 |
eval.coffee
|
whitespace cleanup
|
2011-12-24 07:04:34 -05:00 |
exception_handling.coffee
|
Disallow implicit calls in cases like:
|
2013-02-28 23:20:42 +01:00 |
formatting.coffee
|
Indentation fix.
|
2012-02-03 19:08:45 -05:00 |
function_invocation.coffee
|
Merge remote-tracking branch 'upstream/master' into sourcemaps
|
2013-03-04 09:25:55 -05:00 |
functions.coffee
|
Fix #1435 by amending away sign reversal.
|
2013-02-24 20:33:58 +01:00 |
helpers.coffee
|
fix: compiling coffee.coffee produces .js file.
|
2013-03-07 03:41:34 +06: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 |
location.coffee
|
Fix line numbers when first line is indented.
|
2013-03-01 21:30:07 +01:00 |
numbers.coffee
|
fixes #2224: various issues related to number lexing
|
2012-03-27 21:31:20 -04:00 |
objects.coffee
|
#2757, Allow non-significant commas at end of nested implicit objects
|
2013-03-04 12:55:15 +01:00 |
operators.coffee
|
Fixes #2508 -- existential access of the prototype.
|
2013-03-04 22:07:47 +13: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
|
CoffeeScript 1.5.0
|
2013-02-25 21:12:22 +13: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 |
sourcemap.coffee
|
CoffeeScript 1.6.0
|
2013-03-05 08:19:08 +13: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 |