TypeScript/tests/baselines/reference/parserErrorRecoveryArrayLiteralExpression3.js

10 lines
331 B
TypeScript

//// [parserErrorRecoveryArrayLiteralExpression3.ts]
var texCoords = [2, 2, 0.5000001192092895, 0.8749999 ; 403953552, 0.5000001192092895, 0.8749999403953552];
//// [parserErrorRecoveryArrayLiteralExpression3.js]
var texCoords = [2, 2, 0.5000001192092895, 0.8749999];
403953552, 0.5000001192092895, 0.8749999403953552;
;