aboutsummaryrefslogtreecommitdiff
path: root/tests/valid.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-10-07 09:50:44 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-10-07 09:50:44 -0700
commit67adf87dd417fb30be92d3778edb07c91f4df72a (patch)
tree0649ef3ba81f8db77c18139e6c6100bb6fc50745 /tests/valid.rs
parent96c6cd94ec32fb58603764ba33e19319a3165d75 (diff)
parentdea8646b8b98583d15528031138682d1ac9ada85 (diff)
downloadmilf-rs-67adf87dd417fb30be92d3778edb07c91f4df72a.tar.gz
milf-rs-67adf87dd417fb30be92d3778edb07c91f4df72a.zip
Merge pull request #75 from andersforsgren/allow-toml-BOM
Allow BOM (Byte order mark) in toml
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 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"));