diff options
Diffstat (limited to 'regress/iri_test.c')
-rw-r--r-- | regress/iri_test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/iri_test.c b/regress/iri_test.c index 6595f92..c6725b5 100644 --- a/regress/iri_test.c +++ b/regress/iri_test.c @@ -198,6 +198,10 @@ main(void) PASS, IRI("http", "a", "", "", "", ""), "avoid infinite loops (see v1.6.1)"); + TEST("gemini://example.com/@f:b!(z$&)/baz", + PASS, + IRI("gemini", "example.com", "", "@f:b!(z$&)/baz", "", ""), + "allow @, :, !, (), $ and & in paths"); /* query */ TEST("foo://example.com/foo/?gne", |