Add coverage for a few more edge cases
This commit is contained in:
parent
66cecb0379
commit
0dfbdd45e9
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue