Open Bug 486855 Opened 15 years ago Updated 2 years ago

Log test_bug453736.html results on one line

Categories

(Core :: DOM: Core & HTML, defect, P5)

defect

Tracking

()

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 ?
I could, but why bother?
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.
(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.
Not if it changes the meaning of the function being logged, imo...  That said, I really just don't care enough.
Component: Content → DOM
QA Contact: content → general
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
Component: DOM → DOM: Core & HTML
Severity: trivial → S4
You need to log in before you can comment on or make changes to this bug.