From 931114a13ca2f6b4fe83328899a64ac4aa1956ec Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 15 Jan 2015 12:56:35 -0800 Subject: Add a few more tests from the toml-lang repo --- tests/valid.rs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/valid.rs') diff --git a/tests/valid.rs b/tests/valid.rs index 6ff0d80..72e9d94 100644 --- a/tests/valid.rs +++ b/tests/valid.rs @@ -166,3 +166,12 @@ test!(unicode_escape, test!(unicode_literal, include_str!("valid/unicode-literal.toml"), include_str!("valid/unicode-literal.json")); +test!(hard_example, + include_str!("valid/hard_example.toml"), + include_str!("valid/hard_example.json")); +test!(example2, + include_str!("valid/example2.toml"), + include_str!("valid/example2.json")); +test!(example3, + include_str!("valid/example-v0.3.0.toml"), + include_str!("valid/example-v0.3.0.json")); -- cgit v1.2.3