Skip to content

Commit

Permalink
added test to prevent regression on URI containing underscore in host
Browse files Browse the repository at this point in the history
  • Loading branch information
lulhum committed Apr 23, 2024
1 parent 2c42bff commit fc14263
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/Message/UriTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@ public static function provideValidUris()
),
array(
'http://user%20name:pass%20word@localhost/path%20name?query%20name#frag%20ment'
)
),
array(
'http://docker_container/'
),
);
}

Expand Down

0 comments on commit fc14263

Please sign in to comment.