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 1e47829..42cc9f4 100644
--- a/tests/valid.rs
+++ b/tests/valid.rs
@@ -175,3 +175,6 @@ test!(example2,
test!(example3,
include_str!("valid/example-v0.3.0.toml"),
include_str!("valid/example-v0.3.0.json"));
+test!(example4,
+ include_str!("valid/example-v0.4.0.toml"),
+ include_str!("valid/example-v0.4.0.json"));