TypeScript/tests/baselines/reference/parserErrorRecoveryArrayLiteralExpression2.js

10 lines
442 B
TypeScript

//// [parserErrorRecoveryArrayLiteralExpression2.ts]
var points = [-0.6961439251899719, 1.207661509513855, 0.19374050199985504, -0
.7042760848999023, 1.1955541372299194, 0.19600726664066315, -0.7120069861412048];
//// [parserErrorRecoveryArrayLiteralExpression2.js]
var points = [-0.6961439251899719, 1.207661509513855, 0.19374050199985504, -0,
.7042760848999023, 1.1955541372299194, 0.19600726664066315, -0.7120069861412048];