aboutsummaryrefslogtreecommitdiff
path: root/tests/valid.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valid.rs')
-rw-r--r--tests/valid.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/valid.rs b/tests/valid.rs
index b3cc096..e7577ad 100644
--- a/tests/valid.rs
+++ b/tests/valid.rs
@@ -193,6 +193,9 @@ test!(example_bom,
test!(datetime_truncate,
include_str!("valid/datetime-truncate.toml"),
include_str!("valid/datetime-truncate.json"));
+test!(key_quote_newline,
+ include_str!("valid/key-quote-newline.toml"),
+ include_str!("valid/key-quote-newline.json"));
test!(table_array_nest_no_keys,
include_str!("valid/table-array-nest-no-keys.toml"),
include_str!("valid/table-array-nest-no-keys.json"));