[Webkit-unassigned] [Bug 176114] New: semicolon is being interpreted as an =
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 30 11:27:08 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=176114
Bug ID: 176114
Summary: semicolon is being interpreted as an =
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: oliver at apple.com
CC: fpizlo at apple.com, ggaren at apple.com,
jfbastien at apple.com, sbarati at apple.com
The following test cases fail
x = 0;
x;5
assert(x != 5)
var y;5
assert(y!=5)
etc
--
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/20170830/debc3e29/attachment.html>
More information about the webkit-unassigned
mailing list