Open
Bug 486855
Opened 16 years ago
Updated 2 years ago
Log test_bug453736.html results on one line
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: sgautherie, Unassigned)
Details
|You are not authorized to access bug #453736.|
Example result log:
{
*** 12608 INFO TEST-PASS | /tests/content/base/test/test_bug453736.html | Clone of non-inserted script created with function () {
return document.createElement("script");
} should run
}
Could you simply replace the new line char(s) by a space ?
![]() |
||
Comment 1•16 years ago
|
||
I could, but why bother?
![]() |
||
Comment 2•16 years ago
|
||
And actually, I'm not sure it's desirable; replacing '\n' with ' ' in a JS function can change what the function does, last I checked.
Reporter | ||
Comment 3•16 years ago
|
||
(In reply to comment #1)
> I could, but why bother?
Better log reading/parsing/...
(In reply to comment #2)
> replacing '\n' with ' ' in a JS
> function can change what the function does, last I checked.
Would still be good enough for log.
![]() |
||
Comment 4•16 years ago
|
||
Not if it changes the meaning of the function being logged, imo... That said, I really just don't care enough.
Comment 5•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•