summaryrefslogtreecommitdiffstats
path: root/tests/Settings.toml
diff options
context:
space:
mode:
authorAleksey Ivanov <ialexxei@gmail.com>2018-04-09 20:03:07 +0300
committerAleksey Ivanov <ialexxei@gmail.com>2018-04-09 21:40:34 +0300
commit7ba954942ab9acd8b658636cf775c4360ec76272 (patch)
tree4d55b16a9c7270c7e0b17afaf20a7b213d24e00b /tests/Settings.toml
parente8fa9fee96185ddd18ebcef8a925c75459111edb (diff)
[Close #70] Support newtype struct deserialization
Diffstat (limited to 'tests/Settings.toml')
-rw-r--r--tests/Settings.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Settings.toml b/tests/Settings.toml
index 2f2da74..14f881f 100644
--- a/tests/Settings.toml
+++ b/tests/Settings.toml
@@ -3,6 +3,8 @@ debug_s = "true"
production = false
production_s = "false"
+code = 53
+
# errors
boolean_s_parse = "fals"
@@ -15,6 +17,7 @@ name = "1"
name = "2"
[place]
+number = 1
name = "Torre di Pisa"
longitude = 43.7224985
latitude = 10.3970522