Add test data that breaks IP address parsing

This commit is contained in:
Jan Dittberner 2016-05-05 10:47:35 +02:00
parent a17f55a6a9
commit c1caa62c5d
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ dist/
.coverage
htmlcov/
build/
_build/

View File

@ -6,3 +6,6 @@ This page contains IP addresses :ip:v4:`127.0.0.1`, :ip:v4:`192.168.0.1` and
There is also :ip:v6range:`2001:dada:b001::/64` and
:ip:v4range:`172.16.0.0/24`.
The extension should also handle malformed things like :ip:v4:`<IP>`,
:ip:v6:`<IP6>`, :ip:v4range:`<IPR>` and :ip:v6range:`<IPR6>` properly.