[mochikit] Re: Bug in MochiKit.Base.parseQueryString

2008-06-28 Thread Nicolas Braem
Yes, you're right, it was fixed on trunk in revision 1323 by bob. Sorry about the hassle and keep up the good work, Nicolas On Jun 11, 12:21 am, "Per Cederberg" <[EMAIL PROTECTED]> wrote: > You can send patches to the list, no problem. I don't get > notifications from Trac, so I'm likely to not

[mochikit] Re: Bug in MochiKit.Base.parseQueryString

2008-06-11 Thread Per Cederberg
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");