jashkenas--coffeescript/test
Simon Lydell ae6df88c5c Point "missing )/}/]" errors to the unclosed (/{/[
Previously such errors pointed at the end of the input, which wasn't very
helpful. This is also consistent with unclosed strings, where the errors point
at the opening quote.

Note that this includes unclosed #{ (interpolations).
2015-01-04 07:51:53 +01:00
..
importing
arrays.coffee
assignment.coffee
booleans.coffee
classes.coffee
cluster.coffee
comments.coffee Added test for jashkenas/coffee-script#3638 2014-09-17 15:02:18 +04:00
compilation.coffee
comprehensions.coffee
control_flow.coffee
error_messages.coffee Point "missing )/}/]" errors to the unclosed (/{/[ 2015-01-04 07:51:53 +01:00
eval.coffee
exception_handling.coffee
formatting.coffee
function_invocation.coffee
functions.coffee Add tests for the optimization of trailing return statements 2014-02-06 09:21:35 -05:00
generators.coffee added tests for yield in switch & for loop expressions 2014-11-21 23:14:53 +01:00
helpers.coffee Quick spelling fixes 2014-08-26 20:41:32 -05:00
importing.coffee
interpolation.coffee Refactor interpolation (and string and regex) handling in lexer 2015-01-04 07:47:09 +01:00
javascript_literals.coffee
literate.litcoffee
location.coffee Refactor interpolation (and string and regex) handling in lexer 2015-01-04 07:47:09 +01:00
numbers.coffee
objects.coffee
operators.coffee fixes #3363: modulo operator evaluation order 2014-02-08 20:56:34 -06:00
option_parser.coffee
ranges.coffee
regexps.coffee Refactor interpolation (and string and regex) handling in lexer 2015-01-04 07:47:09 +01: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 Quick spelling fixes 2014-08-26 20:41:32 -05:00
strict.coffee Refactor interpolation (and string and regex) handling in lexer 2015-01-04 07:47:09 +01:00
strings.coffee Refactor interpolation (and string and regex) handling in lexer 2015-01-04 07:47:09 +01:00
test.html