You can send patches to the list, no problem. I don't get
notifications from Trac, so I'm likely to not reply so quickly there.

Which version of MochiKit is this? In MochiKit 1.4 (svn trunk) I found
the following test case, which seems to test this:

    var res = parseQueryString("x=1&y=2");
    t.is( typeof(res['&']), "undefined", "extra cruft in
parseQueryString output");

So I suspect that this is yet another issue that has already been
fixed. Version 1.4 hasn't been released yet, but if you (or anybody
else) helps investigating and fixing the remaining issues we might get
there quite soon:

http://trac.mochikit.com/report/3

Cheers,

/Per

On Wed, Jun 11, 2008 at 2:52 AM, Nicolas Braem
<[EMAIL PROTECTED]> wrote:
>
> parseQueryString("a=1&b=2") returns: {"a":"1", "&":"", "b":"2"}, while
> it should return {"a":"1", "b":"2"}. There is also no test case for
> this.
>
> I'll gladly log and fix this, but I don't have a username/password for
> trac.
>
> Cheers,
> Nicolas
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" 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/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to