Issue 5026
: RegExp source isn't shown
Steps to reproduce
Open Firebug
Enable and switch to the
Console
panel
Reload the page
Expected result
⇒ The console should show three log lines. One with
RegExp /a/i
, one with
RegExp /([a-z]){3}/ig
and one with
RegExp /\*/gm
as output