[Webkit-unassigned] [Bug 18540] New: console.log('multiple', 'strings') quotes all strings after the first
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 16 13:20:53 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18540
Summary: console.log('multiple', 'strings') quotes all strings
after the first
Product: WebKit
Version: 526+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: aroben at apple.com
console.log('multiple', 'strings') quotes all strings after the first one. For
example:
console.log('here', 'are', 'some', 'strings')
Inspector's output:
here "are" "some" "strings"
Firebug's output:
here are some strings
We should match Firebug here.
--
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