summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-04-20 10:27:46 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-04-20 10:27:46 -0600
commitdc206cf75b8489b4cdcc8ff0cdbe94cbcc61a551 (patch)
treee9d6f3873dfe530e11009bbf0fa1e858f27d968b /test
parent1ecfbc0b3458420feba033cd2c25a4f5e9bac0b4 (diff)
parent49116c941312b78ca6768b916fd0d247147f1f47 (diff)
downloadyajl-dc206cf75b8489b4cdcc8ff0cdbe94cbcc61a551.tar.gz
Merge branch 'master' into 2.x
Diffstat (limited to 'test')
-rw-r--r--test/cases/doubles_in_array.json1
-rw-r--r--test/cases/doubles_in_array.json.gold8
2 files changed, 9 insertions, 0 deletions
diff --git a/test/cases/doubles_in_array.json b/test/cases/doubles_in_array.json
new file mode 100644
index 0000000..06bf727
--- /dev/null
+++ b/test/cases/doubles_in_array.json
@@ -0,0 +1 @@
+[0.00011999999999999999, 6E-06, 6E-06, 1E-06, 1E-06]
diff --git a/test/cases/doubles_in_array.json.gold b/test/cases/doubles_in_array.json.gold
new file mode 100644
index 0000000..57f5b9a
--- /dev/null
+++ b/test/cases/doubles_in_array.json.gold
@@ -0,0 +1,8 @@
+array open '['
+double: 0.00012
+double: 6e-06
+double: 6e-06
+double: 1e-06
+double: 1e-06
+array close ']'
+memory leaks: 0