Closed
Bug 1329545
Opened 9 years ago
Closed 9 years ago
Web Console pprint() places an extra space in front of the first property
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1308742
People
(Reporter: regspam, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.0; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20161208153507
Steps to reproduce:
In the Command line of Web Console input "pprint( {"a":1, "b":2, "c":3} )". The output will be:
" a: 1
b: 2
c: 3"
That is, there's an extra space in front of "a".
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•