(For background see #89)
Superagent automatically converts multiple occurrences of the same query parameter key into array syntax: param=val¶m=val becomes param[0]=val¶m[1]=val. Because this behavior was not intuitive (other request libraries use the provided URL exactly as-is), we should add a test to verify that this behavior still occurs in case it changes in future versions of superagent.