TypeScript/tests/baselines/reference/parserErrorRecoveryArrayLiteralExpression3.errors.txt
2014-09-11 16:11:08 -07:00

8 lines
508 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArrayLiteralExpressions/parserErrorRecoveryArrayLiteralExpression3.ts (2 errors) ====
var texCoords = [2, 2, 0.5000001192092895, 0.8749999 ; 403953552, 0.5000001192092895, 0.8749999403953552];
~
!!! error TS1005: ',' expected.
~
!!! error TS1005: ';' expected.