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/hard_example.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/valid/hard_example.json (limited to 'tests/valid/hard_example.json') diff --git a/tests/valid/hard_example.json b/tests/valid/hard_example.json new file mode 100644 index 0000000..9762e58 --- /dev/null +++ b/tests/valid/hard_example.json @@ -0,0 +1 @@ +{"the":{"hard":{"another_test_string":{"type":"string","value":" Same thing, but with a string #"},"bit#":{"multi_line_array":{"type":"array","value":[{"type":"string","value":"]"}]},"what?":{"type":"string","value":"You don't think some user won't do that?"}},"harder_test_string":{"type":"string","value":" And when \"'s are in the string, along with # \""},"test_array":{"type":"array","value":[{"type":"string","value":"] "},{"type":"string","value":" # "}]},"test_array2":{"type":"array","value":[{"type":"string","value":"Test #11 ]proved that"},{"type":"string","value":"Experiment #9 was a success"}]}},"test_string":{"type":"string","value":"You'll hate me after this - #"}}} -- cgit v1.2.3