aboutsummaryrefslogtreecommitdiff
path: root/tests/valid.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-06-01 17:57:13 -0500
committerGitHub <noreply@github.com>2017-06-01 17:57:13 -0500
commit00c1763e0b89337f980d18888bb1935f250afd7b (patch)
treefcfde60a5d645769d536f9b7c0726560ed225a14 /tests/valid.rs
parent36431af975092578648225c60a8494cb0d5f6844 (diff)
parent2dfc9fedd30bf3d40c4c3e97adc06fe3aad34361 (diff)
downloadmilf-rs-00c1763e0b89337f980d18888bb1935f250afd7b.tar.gz
milf-rs-00c1763e0b89337f980d18888bb1935f250afd7b.zip
Merge pull request #187 from alanhdu/master
More fuzzing fixes
Diffstat (limited to 'tests/valid.rs')
-rw-r--r--tests/valid.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/valid.rs b/tests/valid.rs
index 676fc67..e7577ad 100644
--- a/tests/valid.rs
+++ b/tests/valid.rs
@@ -190,6 +190,12 @@ test!(example_bom,
include_str!("valid/example-bom.toml"),
include_str!("valid/example.json"));
+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"));