diff options
Diffstat (limited to 'test/fixtures/json/bad/unexp_float.json')
-rw-r--r-- | test/fixtures/json/bad/unexp_float.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/json/bad/unexp_float.json b/test/fixtures/json/bad/unexp_float.json new file mode 100644 index 0000000..bd824b6 --- /dev/null +++ b/test/fixtures/json/bad/unexp_float.json @@ -0,0 +1,3 @@ +{ + "bl": 3.14 +} |