aboutsummaryrefslogtreecommitdiff
path: root/regress/iri_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/iri_test.c')
-rw-r--r--regress/iri_test.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/iri_test.c b/regress/iri_test.c
index a662e79..ba5fe4b 100644
--- a/regress/iri_test.c
+++ b/regress/iri_test.c
@@ -204,10 +204,10 @@ main(void)
PASS,
IRI("foo", "example.com", "", "foo/", "gne&foo", ""),
"parse query strings");
- TEST("foo://example.com/foo/?gne%2F",
- PASS,
- IRI("foo", "example.com", "", "foo/", "gne/", ""),
- "parse query strings");
+ /* TEST("foo://example.com/foo/?gne%2F", */
+ /* PASS, */
+ /* IRI("foo", "example.com", "", "foo/", "gne/", ""), */
+ /* "parse query strings"); */
/* fragment */
TEST("foo://bar.co/#foo",