Skip to content

Commit ee8ae61

Browse files
committed
Add a JSON file with a number larger than i64::MAX
1 parent e0ef7ad commit ee8ae61

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

files/data/big-number.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18446744073709551615

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ files! {
5353
"data/bad.toml",
5454
"data/bad.xml",
5555
"data/bad.yaml",
56+
"data/big-number.json",
5657
"data/details.toml",
5758
"data/example.csv",
5859
"data/example.xml",

0 commit comments

Comments
 (0)