help wanted
Description
Try this out:
var url = new Url("http://example.com/some/path?a=b&c=test@someAnchor");
url.toString()
>>>"http://example.com%2Fsome%2Fpath%3Fa%3Db%26c%3Dtest@example.com/some/path?a=b&c=test%40someAnchor"
Try this out:
var url = new Url("http://example.com/some/path?a=b&c=test@someAnchor");
url.toString()
>>>"http://example.com%2Fsome%2Fpath%3Fa%3Db%26c%3Dtest@example.com/some/path?a=b&c=test%40someAnchor"