jashkenas--coffeescript/test
xixixao f0463e9981 Improve error messages for generated tokens 2014-01-22 02:54:09 +00:00
..
importing renaming import test files to avoid risking the disfavor of .gitignore 2013-06-02 10:57:18 +04:00
arrays.coffee renaming wordy test titles. 2011-04-23 13:35:15 -04:00
assignment.coffee Fixes #2181 -- conditional assignment as subexpression 2013-10-20 22:59:01 +02:00
booleans.coffee renaming wordy test titles. 2011-04-23 13:35:15 -04:00
classes.coffee Fixes #3232 -- Tag all class properties `static` 2013-11-15 03:44:26 +01:00
cluster.coffee Fixes #2737, fix fork() for both .js and .coffee, revised. 2013-03-18 11:46:54 +08:00
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 Disallowed `for own in` 2013-05-26 00:29:26 +02:00
control_flow.coffee Fix multiple postfix conditionals 2013-12-17 03:31:19 +01:00
error_messages.coffee Improve error messages for generated tokens 2014-01-22 02:54:09 +00:00
eval.coffee whitespace cleanup 2011-12-24 07:04:34 -05:00
exception_handling.coffee #2900 -- parameter-less catch clause. 2013-04-12 17:50:45 +02:00
formatting.coffee Fixed chaining semantics after outdent 2014-01-21 22:00:57 +00:00
function_invocation.coffee Fix #1069. Non-callable literals shouldn't compile 2013-04-23 04:28:45 +02:00
functions.coffee Fix #1435 by amending away sign reversal. 2013-02-24 20:33:58 +01:00
helpers.coffee Merge branch 'master' of git://github.com/jashkenas/coffee-script into improved-error-messages 2013-03-10 20:29:36 -03:00
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 finished reorganizing test suite 2011-01-03 04:17:00 -05:00
literate.litcoffee Fixes tabbed code test in literate 2013-05-15 10:30:20 +01:00
location.coffee Better handling of initial indent at file start. 2013-06-14 00:28:45 +02:00
numbers.coffee fixes #2224: various issues related to number lexing 2012-03-27 21:31:20 -04:00
objects.coffee add missing implicit object literal test 2014-01-12 11:16:27 -06: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 Escapable linebreaks in heregexes 2013-10-24 00:36:46 +02:00
repl.coffee Use separate variable for fd used to read history file; use string interpolation to print code lines; do not use unit test to remove temporary file and instead use a process exit event handler 2013-03-25 09:49:59 -07:00
scope.coffee Fixes #3259 -- Use placeholders when adding params to scope 2013-11-26 14:23:20 +01: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 removing sourceColumn reset 2013-03-18 21:50:40 +08:00
strict.coffee removing code that restricts duplicate key names and associated tests 2012-05-21 13:49:00 -04:00
strings.coffee Improve HEREDOC regexp 2013-11-28 16:46:00 +01:00
test.html encode unicode src, test added 2013-03-21 09:04:23 +08:00