From ac3c0fd2305827979780c3fe1780ab1f04f7e46d Mon Sep 17 00:00:00 2001 From: "moandji.ezana" Date: Thu, 22 Jan 2015 15:06:11 +0200 Subject: [PATCH] Adapted hard_example to bare/quoted key restrictions --- src/test/resources/com/moandjiezana/toml/hard_example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/resources/com/moandjiezana/toml/hard_example.toml b/src/test/resources/com/moandjiezana/toml/hard_example.toml index 1d5d8e9..ff82699 100644 --- a/src/test/resources/com/moandjiezana/toml/hard_example.toml +++ b/src/test/resources/com/moandjiezana/toml/hard_example.toml @@ -13,8 +13,8 @@ test_string = "You'll hate me after this - #" # " Annoying, isn't it? harder_test_string = " And when \"'s are in the string, along with # \"" # "and comments are there too" # Things will get harder - [the.hard.bit#] - what? = "You don't think some user won't do that?" + [the.hard."bit#"] + "what?" = "You don't think some user won't do that?" multi_line_array = [ "]", # ] Oh yes I did