TypeScript/tests/baselines/reference/parserErrorRecoveryArrayLiteralExpression1.errors.txt
2014-09-12 13:35:07 -07:00

8 lines
393 B
Plaintext

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