Skip to content

Commit edde408

Browse files
committed
Merge commit '628a2c96bc397ed6c0c385bf68b2be5094b2be94'
* commit '628a2c96bc397ed6c0c385bf68b2be5094b2be94': Squashed 'json/' changes from ba52c48a..a9a1e2e3
2 parents 098edc5 + 628a2c9 commit edde408

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

json/tests/draft-next/optional/format/ipv4.json

+5
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@
8181
"description": "invalid non-ASCII '২' (a Bengali 2)",
8282
"data": "1২7.0.0.1",
8383
"valid": false
84+
},
85+
{
86+
"description": "netmask is not a part of ipv4 address",
87+
"data": "192.168.1.0/24",
88+
"valid": false
8489
}
8590
]
8691
}

json/tests/draft2019-09/optional/format/ipv4.json

+5
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@
8181
"description": "invalid non-ASCII '২' (a Bengali 2)",
8282
"data": "1২7.0.0.1",
8383
"valid": false
84+
},
85+
{
86+
"description": "netmask is not a part of ipv4 address",
87+
"data": "192.168.1.0/24",
88+
"valid": false
8489
}
8590
]
8691
}

json/tests/draft2020-12/optional/format/ipv4.json

+5
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@
8181
"description": "invalid non-ASCII '২' (a Bengali 2)",
8282
"data": "1২7.0.0.1",
8383
"valid": false
84+
},
85+
{
86+
"description": "netmask is not a part of ipv4 address",
87+
"data": "192.168.1.0/24",
88+
"valid": false
8489
}
8590
]
8691
}

json/tests/draft4/optional/format/ipv4.json

+5
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
"description": "invalid non-ASCII '২' (a Bengali 2)",
7979
"data": "1২7.0.0.1",
8080
"valid": false
81+
},
82+
{
83+
"description": "netmask is not a part of ipv4 address",
84+
"data": "192.168.1.0/24",
85+
"valid": false
8186
}
8287
]
8388
}

json/tests/draft6/optional/format/ipv4.json

+5
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
"description": "invalid non-ASCII '২' (a Bengali 2)",
7979
"data": "1২7.0.0.1",
8080
"valid": false
81+
},
82+
{
83+
"description": "netmask is not a part of ipv4 address",
84+
"data": "192.168.1.0/24",
85+
"valid": false
8186
}
8287
]
8388
}

json/tests/draft7/optional/format/ipv4.json

+5
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
"description": "invalid non-ASCII '২' (a Bengali 2)",
7979
"data": "1২7.0.0.1",
8080
"valid": false
81+
},
82+
{
83+
"description": "netmask is not a part of ipv4 address",
84+
"data": "192.168.1.0/24",
85+
"valid": false
8186
}
8287
]
8388
}

0 commit comments

Comments
 (0)