Add coverage for a few more edge cases

This commit is contained in:
0x1eef 2023-08-30 06:04:41 -03:00
parent 66cecb0379
commit 0dfbdd45e9
2 changed files with 4 additions and 0 deletions

View file

@ -28,6 +28,8 @@ const char *invalid[] = {
/* edge cases */
"555555555555555555555555555555555555",
"", ".", ".......", "...4", "4...4",
"255.255.255.255.", "255.255.255.2555",
"255.255.255.255a",
NULL
};

View file

@ -19,6 +19,8 @@ const char *invalid[] = {
/* edge cases */
"555555555555555555555555555555555555",
"", ".", ".......", "...4", "4...4",
"255.255.255.255.", "255.255.255.2555",
"255.255.255.255a",
NULL
};