Commit 32ac11a
committed
fix ipaddr.js failing tests
Failing tests with the same error message:
`Error: ipaddr: the address has neither IPv6 nor IPv4 CIDR format`
List of ip failing:
- `123`
- ` ` (empty string)
- `192.168.1.1`
- `2001:0db8:85a3:0000:0000:8a2e:0370:7334`
- `2001:0db8:85a3:0000:XYZZ:8a2e:0370:7334`
- `2001::85a3::8a2e`1 parent 6b4e21e commit 32ac11a
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
557 | | - | |
558 | | - | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
559 | 561 | | |
560 | 562 | | |
561 | 563 | | |
| |||
0 commit comments