Skip to content

Commit a059467

Browse files
fix merge (bis)
1 parent 720b228 commit a059467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Constraints/UrlValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public function getValidRelativeUrls()
9292
{
9393
return [
9494
['//example.com'],
95+
['//examp_le.com'],
9596
['//symfony.fake/blog/'],
9697
['//symfony.com/search?type=&q=url+validator'],
9798
];
@@ -217,7 +218,6 @@ public function getInvalidRelativeUrls()
217218
{
218219
return [
219220
['/example.com'],
220-
['//examp_le.com'],
221221
['//example.com::aa'],
222222
['//example.com:aa'],
223223
['//127.0.0.1:aa/'],

0 commit comments

Comments
 (0)