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