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

10 lines
554 B
Plaintext

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArrayLiteralExpressions/parserErrorRecoveryArrayLiteralExpression2.ts(3,2): error TS1005: ',' expected.
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArrayLiteralExpressions/parserErrorRecoveryArrayLiteralExpression2.ts (1 errors) ====
var points = [-0.6961439251899719, 1.207661509513855, 0.19374050199985504, -0
.7042760848999023, 1.1955541372299194, 0.19600726664066315, -0.7120069861412048];
~~~~~~~~~~~~~~~~~
!!! error TS1005: ',' expected.