Fixed in 1.5a19, thanks to Luke for test cases 1864 and 2007. jjb
On Jul 24, 3:32 pm, Luke Maurer <[email protected]> wrote:
> This is issue 2007, no?
>
> - Luke
>
> On Jul 24, 9:23 am, Rakoth <[email protected]> wrote:
>
> > I mean
> > console.error("The %s jumped over %d tall buildings", animal, count);
>
> > sorry :)
>
> > On 24 июл, 20:21, johnjbarton <[email protected]> wrote:
>
> > > I guess you meant to write something different involving console.error
> > > ()?
> > > jjb
>
> > > On Jul 24, 9:12 am, Rakoth <[email protected]> wrote:
>
> > > > this method dont work as other with many arguments:
>
> > > > console.log("The %s jumped over %d tall buildings", animal, count); -
> > > > OK
>
> > > > >>The cat jumped over 10 tall buildings
>
> > > > console.log("The %s jumped over %d tall buildings", animal, count); -
> > > > output is not interpolated
>
> > > > >>The %s jumped over %d tall buildings
>
> > > > Is it normal?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---