Skip to content

Commit bea28e9

Browse files
committed
Merge commit 'ed332a1819789daad35de5faeb0986624f808c79'
* commit 'ed332a1819789daad35de5faeb0986624f808c79': Squashed 'json/' changes from ddef9b0..abdd47f
2 parents 1976689 + ed332a1 commit bea28e9

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

json/tests/draft3/optional/bignum.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@
3232
}
3333
]
3434
},
35+
{
36+
"description": "integer comparison",
37+
"schema": {"maximum": 18446744073709551615},
38+
"tests": [
39+
{
40+
"description": "comparison works for high numbers",
41+
"data": 18446744073709551600,
42+
"valid": true
43+
}
44+
]
45+
},
3546
{
3647
"description": "float comparison with high precision",
3748
"schema": {

json/tests/draft4/optional/bignum.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@
3232
}
3333
]
3434
},
35+
{
36+
"description": "integer comparison",
37+
"schema": {"maximum": 18446744073709551615},
38+
"tests": [
39+
{
40+
"description": "comparison works for high numbers",
41+
"data": 18446744073709551600,
42+
"valid": true
43+
}
44+
]
45+
},
3546
{
3647
"description": "float comparison with high precision",
3748
"schema": {

0 commit comments

Comments
 (0)