removed test.toml
This commit is contained in:
parent
d9b397cd47
commit
47ea0c11e3
12
test.toml
12
test.toml
@ -1,12 +0,0 @@
|
||||
# full-line comment
|
||||
|
||||
[main] # appended comment
|
||||
key = "val"
|
||||
keyc = "val" # comment appended to key/value line
|
||||
"keyq" = "val"
|
||||
keycom = "# value with hash"
|
||||
|
||||
[fancy]
|
||||
arr = [ "val1", "val2", "val3" ]
|
||||
arrc = [ "val1", "val2", "val3", ] # comment appended to array line
|
||||
arrcom = [ "# one", "##two", "###three" ]
|
Loading…
Reference in New Issue
Block a user