TypeScript/tests/baselines/reference/unicodeExtendedEscapesInRegularExpressions17_ES5.types

6 lines
158 B
Text
Raw Normal View History

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInRegularExpressions17_ES5.ts ===
var x = /\u{r}\u{n}\u{t}/g;
>x : RegExp