From 7ba954942ab9acd8b658636cf775c4360ec76272 Mon Sep 17 00:00:00 2001 From: Aleksey Ivanov Date: Mon, 9 Apr 2018 20:03:07 +0300 Subject: [Close #70] Support newtype struct deserialization --- tests/Settings.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/Settings.toml') 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 -- cgit v1.2.3