diff options
Diffstat (limited to 'tests/valid.rs')
-rw-r--r-- | tests/valid.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/valid.rs b/tests/valid.rs index 568518b..f346781 100644 --- a/tests/valid.rs +++ b/tests/valid.rs @@ -178,3 +178,6 @@ test!(example3, test!(example4, include_str!("valid/example-v0.4.0.toml"), include_str!("valid/example-v0.4.0.json")); +test!(example_bom, + include_str!("valid/example-bom.toml"), + include_str!("valid/example.json")); |