Issue 3204: console.* formatted strings print %* placeholder when surrounded by newlines
Steps to reproduce
Open Firebug
Enable and switch to the Console panel
Reload the page
Expected result
The console contains 11 formatted messages and the placeholders are always replaced correctly:
String placeholder:
string
--------------------------------------------------
Number placeholder:
1
--------------------------------------------------
Float placeholder:
2
--------------------------------------------------
Object placeholder:
<body>
--------------------------------------------------
Space before string placeholder:
string
--------------------------------------------------
Space after placeholder:
string
--------------------------------------------------
Different log message style including string placeholder:
string
--------------------------------------------------
Placeholder for debug info:
debug info
--------------------------------------------------
Placeholder for info:
info
--------------------------------------------------
Placeholder for warning:
warning
--------------------------------------------------
Placeholder for error:
error