TypeScript/tests/baselines/reference/parserErrorRecoveryArrayLiteralExpression1.errors.txt
2014-07-12 17:30:19 -07:00

5 lines
213 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArrayLiteralExpressions/parserErrorRecoveryArrayLiteralExpression1.ts (1 errors) ====
var v = [1, 2, 3
4, 5, 6, 7];
~
!!! ',' expected.