Test missing for \u{10000} ... \u{10FFFF} in Template Literals #3001
Open
Description
Code implementing Bullet 3 - 5 of https://tc39.es/ecma262/#sec-utf16encodecodepoint isn't hit when when a \u{...}
unicode escape sequence in the range of 0x10000 through 0x10FFFF is used in a Template Literal
None of the existing tests for (Tagged) Template Literals include a Template Literal with a unicode escape sequence in that range