TypeScript/tests/baselines/reference/unicodeExtendedEscapesInRegularExpressions06_ES5.symbols
2015-04-15 16:44:20 -07:00

8 lines
319 B
Plaintext

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