Add missing tests for JSON_REAL_PRECISION

This commit is contained in:
Petri Lehtinen 2014-05-07 08:19:39 +03:00
parent 28d362cf28
commit 4debe8e567
3 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
JSON_REAL_PRECISION=4
export JSON_REAL_PRECISION

View File

@ -0,0 +1 @@
[1.23456789, 1.0, 1.0000000000000002]

View File

@ -0,0 +1 @@
[1.235, 1.0, 1.0]