From dea8646b8b98583d15528031138682d1ac9ada85 Mon Sep 17 00:00:00 2001 From: "osboxes.org" Date: Wed, 7 Oct 2015 11:35:49 +0200 Subject: Allow BOM (Byte order mark) in toml --- tests/valid.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/valid.rs') 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")); -- cgit v1.2.3