TypeScript/tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInRegularExpressions17_ES5.ts

4 lines
51 B
TypeScript
Raw Normal View History

// @target: es5
var x = /\u{r}\u{n}\u{t}/g;