aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/arrays.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-04-03 00:14:03 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-04-03 00:14:03 -0700
commitb25592c2386f415cbe34c1c08defce6f452e66ff (patch)
tree3a39c16c6b29780d77cd153d04d21e3ab3f1797a /tests/valid/arrays.toml
parentc53fceb42c6600983021e5fa7dca9976c36590f4 (diff)
parent8a207a83fe21da6e498697b9a0ec81932f5208e6 (diff)
downloadmilf-rs-b25592c2386f415cbe34c1c08defce6f452e66ff.tar.gz
milf-rs-b25592c2386f415cbe34c1c08defce6f452e66ff.zip
Merge pull request #92 from trlim/master
Update integration tests
Diffstat (limited to 'tests/valid/arrays.toml')
-rw-r--r--tests/valid/arrays.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/valid/arrays.toml b/tests/valid/arrays.toml
index 6d6440d..c435f57 100644
--- a/tests/valid/arrays.toml
+++ b/tests/valid/arrays.toml
@@ -1,9 +1,8 @@
ints = [1, 2, 3]
-floats = [1.0, 2.0, 3.0]
+floats = [1.1, 2.1, 3.1]
strings = ["a", "b", "c"]
dates = [
1987-07-05T17:45:00Z,
1979-05-27T07:32:00Z,
2006-06-01T11:00:00Z,
]
-