Closed balazsbotond closed 4 years ago
urlcat('http://example.com', '/path', { p: 1, q: [2, 3] })
currently returns:
http://example.com/path?p=1&q=2%2C3
should return:
http://example.com/path?p=1&q=2&q=3
See also #6
Duplicate of #6
currently returns:
should return: