TypeScript/tests/baselines/reference/unicodeExtendedEscapesInRegularExpressions07_ES6.types

8 lines
349 B
Text

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInRegularExpressions07_ES6.ts ===
// ES6 Spec - 10.1.1 Static Semantics: UTF16Encoding (cp)
// 1. Assert: 0 ≤ cp ≤ 0x10FFFF.
var x = /\u{110000}/g;
>x : RegExp, Symbol(x,Decl(unicodeExtendedEscapesInRegularExpressions07_ES6.ts,3,3))
>/\u{110000}/g : RegExp