TypeScript/tests/baselines/reference/unicodeExtendedEscapesInRegularExpressions06_ES6.types

9 lines
352 B
Text
Raw Normal View History

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInRegularExpressions06_ES6.ts ===
// ES6 Spec - 10.1.1 Static Semantics: UTF16Encoding (cp)
// 1. Assert: 0 ≤ cp ≤ 0x10FFFF.
var x = /\u{10FFFF}/g;
2015-04-13 23:01:57 +02:00
>x : RegExp, Symbol(x, Decl(unicodeExtendedEscapesInRegularExpressions06_ES6.ts, 3, 3))
2015-04-13 21:36:11 +02:00
>/\u{10FFFF}/g : RegExp