TypeScript/tests/baselines/reference/parserErrorRecovery_ObjectLiteral1.errors.txt

7 lines
362 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ObjectLiterals/parserErrorRecovery_ObjectLiteral1.ts(1,16): error TS1005: ',' expected.
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ObjectLiterals/parserErrorRecovery_ObjectLiteral1.ts (1 errors) ====
var v = { a: 1 b: 2 }
~
!!! error TS1005: ',' expected.