1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/test
Yad Smood f7b36054fc Add a test case for compiler error formatting.
Error formatting with mixed tab and space.
2014-07-16 17:50:15 +08:00
..
importing renaming import test files to avoid risking the disfavor of .gitignore 2013-06-02 10:57:18 +04:00
arrays.coffee
assignment.coffee Added expansion to destructuring 2014-01-24 16:00:34 +00:00
booleans.coffee
classes.coffee Fixes #3232 -- Tag all class properties static 2013-11-15 03:44:26 +01:00
cluster.coffee
comments.coffee added more block-comment related tests for single-line block-comments and jsdoc-like @doctags-comments. 2013-09-17 18:09:15 +02:00
compilation.coffee Improve HEREDOC regexp 2013-11-28 16:46:00 +01:00
comprehensions.coffee Fix expansion in destructuring inside comprehensions 2014-01-24 18:20:45 +00:00
control_flow.coffee Fix multiple postfix conditionals 2013-12-17 03:31:19 +01:00
error_messages.coffee Add a test case for compiler error formatting. 2014-07-16 17:50:15 +08:00
eval.coffee
exception_handling.coffee
formatting.coffee Fixes chaining after inline implicit objects 2014-01-26 22:11:10 +00:00
function_invocation.coffee
functions.coffee Add tests for the optimization of trailing return statements 2014-02-06 09:21:35 -05:00
helpers.coffee
importing.coffee renaming import test files to avoid risking the disfavor of .gitignore 2013-06-02 10:57:18 +04:00
interpolation.coffee Changed multiline string literals 2013-11-18 04:32:15 +00:00
javascript_literals.coffee
literate.litcoffee Fixes tabbed code test in literate 2013-05-15 10:30:20 +01:00
location.coffee Fix wrong location issue in heregex interpolation 2014-07-13 16:39:41 +09:00
numbers.coffee
objects.coffee Fix for declarations in object literals 2014-01-26 04:41:30 +00:00
operators.coffee fixes #3363: modulo operator evaluation order 2014-02-08 20:56:34 -06:00
option_parser.coffee
ranges.coffee
regexps.coffee Escapable linebreaks in heregexes 2013-10-24 00:36:46 +02:00
repl.coffee
scope.coffee Do not rely on properties order in scope tests 2014-05-21 16:40:44 +02:00
slicing_and_splicing.coffee
soaks.coffee
sourcemap.coffee
strict.coffee
strings.coffee Improve HEREDOC regexp 2013-11-28 16:46:00 +01:00
test.html