[Webkit-unassigned] [Bug 17548] New: JavaScriptCore print(a, b) differs from Spidermonkey Behavior
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 25 23:29:22 PST 2008
http://bugs.webkit.org/show_bug.cgi?id=17548
Summary: JavaScriptCore print(a, b) differs from Spidermonkey
Behavior
Product: WebKit
Version: 525+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bfulgham at gmail.com
Spidermonkey allows comma-separated arguments to print. These values are
printed with a space inbetween.
This:
print ("foo", "bar")
Produces:
foo bar
In JavaScriptCore it produces:
foo
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list