We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ec936 commit bef7b08Copy full SHA for bef7b08
test/client/serialize.js
@@ -38,6 +38,7 @@ describe('request.serializeObject()', () => {
38
serialize({ '&name&': 'tj' }, '%26name%26=tj');
39
serialize({ hello: '`test`' }, 'hello=%60test%60');
40
serialize({ $hello: 'test' }, '$hello=test');
41
+ serialize({ foo: 'foo', foo: 'bar' }, 'foo=foo&foo=bar');
42
});
43
44
0 commit comments