[Webkit-unassigned] [Bug 244018] 'a\n' is considered as a variable
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 16 21:59:24 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=244018
--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
Full Safari output
```
TypeError: a
is not a function. (In 'a
()', 'a
' is 1)
```
I wonder if it would be better to actually shows the output as:
```
TypeError: a\n is not a function. (In 'a\n()', 'a\n' is 1)
```
--
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/20220817/381576c1/attachment.htm>
More information about the webkit-unassigned
mailing list