Yaffs site version 1.1
[yaffs-website] / vendor / symfony / validator / Tests / Constraints / UrlValidatorTest.php
index 57c00c2b82e4812e2417861e8922f2934cc68192..9b89a92559341b99cfa130a7371ae7ace0e3833c 100644 (file)
@@ -172,6 +172,7 @@ class UrlValidatorTest extends AbstractConstraintValidatorTest
             array('http://example.com/exploit.html?<script>alert(1);</script>'),
             array('http://example.com/exploit.html?hel lo'),
             array('http://example.com/exploit.html?not_a%hex'),
+            array('http://'),
         );
     }