TypeScript/tests/baselines/reference/unicodeExtendedEscapesInRegularExpressions17_ES5.types

7 lines
188 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInRegularExpressions17_ES5.ts ===
var x = /\u{r}\u{n}\u{t}/g;
>x : RegExp
2015-04-13 21:36:11 +02:00
>/\u{r}\u{n}\u{t}/g : RegExp