Add test data that breaks IP address parsing
This commit is contained in:
parent
a17f55a6a9
commit
c1caa62c5d
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,3 +8,4 @@ dist/
|
||||||
.coverage
|
.coverage
|
||||||
htmlcov/
|
htmlcov/
|
||||||
build/
|
build/
|
||||||
|
_build/
|
||||||
|
|
|
@ -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
|
There is also :ip:v6range:`2001:dada:b001::/64` and
|
||||||
:ip:v4range:`172.16.0.0/24`.
|
: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.
|
||||||
|
|
Loading…
Reference in a new issue