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

9 lines
334 B
Plaintext

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInRegularExpressions08_ES5.ts ===
// ES6 Spec - 10.1.1 Static Semantics: UTF16Encoding (cp)
// 2. If cp ≤ 65535, return cp.
// (FFFF == 65535)
var x = /\u{FFFF}/g;
>x : Symbol(x, Decl(unicodeExtendedEscapesInRegularExpressions08_ES5.ts, 4, 3))