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

12 lines
589 B
Text
Raw Normal View History

2015-02-26 22:51:51 +01:00
tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInStrings24_ES6.ts(2,12): error TS1125: Hexadecimal digit expected.
tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInStrings24_ES6.ts(2,27): error TS1002: Unterminated string literal.
==== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInStrings24_ES6.ts (2 errors) ====
var x = "\u{00000000000067
!!! error TS1125: Hexadecimal digit expected.
!!! error TS1002: Unterminated string literal.