jashkenas--coffeescript/test
Jeremy Ashkenas 1961f06e08 Merge pull request #3861 from lydell/heredoc-undefined
Fix single-line heredocs starting with "undefined"
2015-02-18 14:06:09 -05:00
..
importing renaming import test files to avoid risking the disfavor of .gitignore 2013-06-02 10:57:18 +04:00
arrays.coffee Make regexes always uncallable 2015-01-15 19:44:14 +01:00
assignment.coffee Fix #3597: Allow interpolations in object keys 2015-02-09 17:32:37 +01:00
booleans.coffee
classes.coffee Fix #3597: Allow interpolations in object keys 2015-02-09 17:32:37 +01:00
cluster.coffee
comments.coffee allow multiline comment inside of an object definition [Fixes #3761] 2015-02-10 23:35:39 -05:00
compilation.coffee Fix #2516, #3560: Unicode space handling 2015-01-06 21:32:14 +01:00
comprehensions.coffee Fix #3778: Make for loops more consistent 2015-02-03 19:05:07 +01:00
control_flow.coffee Fix multiple postfix conditionals 2013-12-17 03:31:19 +01:00
error_messages.coffee Fix error message for invalid escape at end of regex 2015-02-12 19:26:41 +01:00
eval.coffee Fix issue #3498 2015-01-05 15:40:04 -05:00
exception_handling.coffee
formatting.coffee Fixes chaining after inline implicit objects 2014-01-26 22:11:10 +00:00
function_invocation.coffee Fix #1069. Non-callable literals shouldn't compile 2013-04-23 04:28:45 +02:00
functions.coffee Fix #3502: Define param variables when expansion 2015-01-13 21:26:11 +01:00
generators.coffee improved yield return test 2015-02-17 19:11:06 +01:00
helpers.coffee Replace `last array` helper with `[..., last] = array` 2015-02-07 21:50:41 +01:00
importing.coffee renaming import test files to avoid risking the disfavor of .gitignore 2013-06-02 10:57:18 +04:00
interpolation.coffee Fix #3795: Never generate invalid strings and regexes 2015-02-05 17:23:03 +01:00
javascript_literals.coffee
literate.litcoffee Fixes tabbed code test in literate 2013-05-15 10:30:20 +01:00
location.coffee Fix #3597: Allow interpolations in object keys 2015-02-09 17:32:37 +01:00
numbers.coffee
objects.coffee Fix #3597: Allow interpolations in object keys 2015-02-09 17:32:37 +01:00
operators.coffee Fix #3598: Make unary + and - generate _refs 2015-01-09 18:12:10 +01:00
option_parser.coffee
ranges.coffee
regexps.coffee Fix #3795: Never generate invalid strings and regexes 2015-02-05 17:23:03 +01:00
repl.coffee fixed overly fragile repl test to work with 0.12, see https://github.com/jashkenas/coffeescript/issues/3855 2015-02-17 11:36:24 +01:00
scope.coffee Do not rely on properties order in scope tests 2014-05-21 16:40:44 +02:00
slicing_and_splicing.coffee Fix #2953. Method calls on splice endpoints 2013-04-23 05:42:37 +02:00
soaks.coffee Fix #1069. Non-callable literals shouldn't compile 2013-04-23 04:28:45 +02:00
sourcemap.coffee Quick spelling fixes 2014-08-26 20:41:32 -05:00
strict.coffee Fix #1500, #1574, #3318: Name generated vars uniquely 2015-01-10 23:25:01 +01:00
strings.coffee Fix single-line heredocs starting with "undefined" 2015-02-18 17:40:40 +01:00
test.html