[Webkit-unassigned] [Bug 212887] Invalid escape sequence with a non-octal-eight

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 8 13:39:59 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=212887

Ross Kirsling <ross.kirsling at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ross.kirsling at sony.com

--- Comment #1 from Ross Kirsling <ross.kirsling at sony.com> ---
Based on the spec:
https://tc39.es/ecma262/#sec-literals-string-literals
https://tc39.es/ecma262/#sec-additional-syntax-string-literals
https://tc39.es/ecma262/#sec-template-literal-lexical-components
https://tc39.es/ecma262/#sec-static-semantics-template-early-errors

It would appear that our behavior is correct -- namely, it's only non-template strings that should support numeric escapes other than '\0'.

If so, then the thing to do here would be to add test262 cases for the other engines to fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200608/bad29631/attachment.htm>


More information about the webkit-unassigned mailing list