You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('parses mix of simple and explicit array',function(done){expect(Qs.parse('a=b&a[]=b')).to.deep.equal({a: ['b','b']});expect(Qs.parse('a[]=b&a=b')).to.deep.equal({a: ['b','b']});done();});
Not sure if above is valid testcase to be honest.
The text was updated successfully, but these errors were encountered:
saml
changed the title
cannot parse mix of simple array and explicit array
Cannot parse mix of simple array and explicit array.
Sep 29, 2014
The following testcase would fail:
Not sure if above is valid testcase to be honest.
The text was updated successfully, but these errors were encountered: