mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-02-11 03:30:00 +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"
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue