Index: trunk/phase3/tests/parser/parserTests.txt |
— | — | @@ -976,33 +976,6 @@ |
977 | 977 | !! end |
978 | 978 | |
979 | 979 | !! test |
980 | | -External links: links containing empty bracket pair [] |
981 | | -!! input |
982 | | -[http://example.com?parameter[]=foo link] |
983 | | -!! result |
984 | | -<p><a rel="nofollow" class="external text" href="http://example.com?parameter%5B%5D=foo">link</a> |
985 | | -</p> |
986 | | -!! end |
987 | | - |
988 | | -!! test |
989 | | -External links: links ending in empty bracket pair [] |
990 | | -!! input |
991 | | -[http://example.com?parameter[]=foo&option[]] |
992 | | -!! result |
993 | | -<p><a rel="nofollow" class="external autonumber" href="http://example.com?parameter%5B%5D=foo&option%5B%5D">[1]</a> |
994 | | -</p> |
995 | | -!! end |
996 | | - |
997 | | -!! test |
998 | | -External links: bare links ending in empty bracket pair [] |
999 | | -!! input |
1000 | | -http://example.com?parameter[]=foo&option[] |
1001 | | -!! result |
1002 | | -<p><a rel="nofollow" class="external free" href="http://example.com?parameter%5B%5D=foo&option%5B%5D">http://example.com?parameter%5B%5D=foo&option%5B%5D</a> |
1003 | | -</p> |
1004 | | -!! end |
1005 | | - |
1006 | | -!! test |
1007 | 980 | BUG 787: Links with one slash after the url protocol are invalid |
1008 | 981 | !! input |
1009 | 982 | http:/example.com |