From 20dced6967398c19ae8d502bd916cc294df6a3d4 Mon Sep 17 00:00:00 2001 From: Alan Du Date: Thu, 1 Jun 2017 10:29:11 +0100 Subject: Add test case --- tests/valid.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/valid.rs') diff --git a/tests/valid.rs b/tests/valid.rs index e8ea6af..676fc67 100644 --- a/tests/valid.rs +++ b/tests/valid.rs @@ -189,3 +189,7 @@ test!(example4, test!(example_bom, include_str!("valid/example-bom.toml"), include_str!("valid/example.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")); -- cgit v1.2.3