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

7 lines
362 B
Plaintext

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ObjectLiterals/parserErrorRecovery_ObjectLiteral1.ts(1,16): error TS1005: ',' expected.
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ObjectLiterals/parserErrorRecovery_ObjectLiteral1.ts (1 errors) ====
var v = { a: 1 b: 2 }
~
!!! error TS1005: ',' expected.