summaryrefslogtreecommitdiffstats
path: root/tests/Settings.toml
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-03 01:22:38 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-03 01:22:38 -0700
commit43c141f87a0167e50802f097cf04896258acb5e6 (patch)
tree799cc797eecf5e699322fbb55debdf75f576a7c0 /tests/Settings.toml
parent0a478cf075cc93ede4f631a5be4502e2da2f0cf7 (diff)
Add many more tests
Diffstat (limited to 'tests/Settings.toml')
-rw-r--r--tests/Settings.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Settings.toml b/tests/Settings.toml
index 58ff5f1..b7fc7e9 100644
--- a/tests/Settings.toml
+++ b/tests/Settings.toml
@@ -6,6 +6,8 @@ production_s = "false"
# errors
boolean_s_parse = "fals"
+arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
+
[place]
name = "Torre di Pisa"
longitude = 43.7224985
@@ -13,3 +15,6 @@ latitude = 10.3970522
favorite = false
reviews = 3866
rating = 4.5
+
+[place.creator]
+name = "John Smith"