summaryrefslogtreecommitdiffstats
path: root/tests/Settings.toml
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-13 18:55:40 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-13 18:55:40 -0700
commit47ad966e064f842056e7c1b7abe8ef64d127f5be (patch)
tree4dd4e14168383dd818fe6add8ed0a5f4900d85b6 /tests/Settings.toml
parent1266d110ba31a9d0f9f4908a5a30291899ffc8fc (diff)
parent312f32905f518fa59e1daf3fc8224dadf584b484 (diff)
Merge branch 'serde'
Diffstat (limited to 'tests/Settings.toml')
-rw-r--r--tests/Settings.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/Settings.toml b/tests/Settings.toml
new file mode 100644
index 0000000..b7fc7e9
--- /dev/null
+++ b/tests/Settings.toml
@@ -0,0 +1,20 @@
+debug = true
+debug_s = "true"
+production = false
+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
+latitude = 10.3970522
+favorite = false
+reviews = 3866
+rating = 4.5
+
+[place.creator]
+name = "John Smith"