[Webkit-unassigned] [Bug 145765] New: Missing space in error message: "for-inloop"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 8 13:13:56 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=145765
Bug ID: 145765
Summary: Missing space in error message: "for-inloop"
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Trivial
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jruderman at gmail.com
Safari Version 8.0.6 (10600.6.3, r185316)
> {for (a in [])}
SyntaxError: Unexpected token '}'. Expected a statement as the body of a for-inloop.
> {for (a of [])}
SyntaxError: Unexpected token '}'. Expected a statement as the body of a for-ofloop.
There should be a space before "loop".
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150608/f21b13a2/attachment-0001.html>
More information about the webkit-unassigned
mailing list