Tests query string parsing. Query: a=b&c=d Parameters: a: b c: d Query: a&b Parameters: a: b: Query: a=b=c=d Parameters: a: b=c=d