mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-02-11 11:40:27 +00:00
Adapted hard_example to bare/quoted key restrictions
This commit is contained in:
parent
be3b027d1e
commit
ac3c0fd230
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
harder_test_string = " And when \"'s are in the string, along with # \"" # "and comments are there too"
|
||||||
# Things will get harder
|
# Things will get harder
|
||||||
|
|
||||||
[the.hard.bit#]
|
[the.hard."bit#"]
|
||||||
what? = "You don't think some user won't do that?"
|
"what?" = "You don't think some user won't do that?"
|
||||||
multi_line_array = [
|
multi_line_array = [
|
||||||
"]",
|
"]",
|
||||||
# ] Oh yes I did
|
# ] Oh yes I did
|
||||||
|
|
Loading…
Reference in a new issue