|
|
@@ -233,6 +233,10 @@ _test_url_strs = {
|
|
|
'https://example.com/?what=1#how-about-this=1&2%20baf': 1,
|
|
|
'https://example.com?what=1#how-about-this=1&2%20baf': 1,
|
|
|
'<test>http://example7.com</test>': 1,
|
|
|
+ 'https://<test>': 0,
|
|
|
+ 'https://[test]': 0,
|
|
|
+ 'http://"test"': 0,
|
|
|
+ 'http://\'test\'': 0,
|
|
|
'[https://example8.com/what/is/this.php?what=1]': 1,
|
|
|
'[and http://example9.com?what=1&other=3#and-thing=2]': 1,
|
|
|
'<what>https://example10.com#and-thing=2 "</about>': 1,
|