Skip to content

Commit

Permalink
Add test for typo'ed URI and make sure it's still accepted as a relat…
Browse files Browse the repository at this point in the history
…ive path
  • Loading branch information
tvdijen committed Jul 22, 2024
1 parent 761452b commit cf0bb33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Assert/URITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public static function provideURI(): array
'invalid_char' => [false, 'https://a⒈com'],
'intl' => [true, 'https://niño.com'],
'spn' => [true, 'spn:a4cf592f-a64c-46ff-a788-b260f474525b'],
'typos' => [true, 'https//www.uni.l/en/'],
];
}

Expand Down

0 comments on commit cf0bb33

Please sign in to comment.