PR-URL: https://github.com/nodejs/node/pull/19989 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Myles Borins <myles.borins@gmail.com>
5 lines
175 B
Plaintext
5 lines
175 B
Plaintext
*%(basename)s:7: SyntaxError: Octal escape sequences are not allowed in template strings.
|
|
`\123`
|
|
^^
|
|
SyntaxError: Octal escape sequences are not allowed in template strings.
|