removed test.toml
This commit is contained in:
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" ]
|
|
||||||
Reference in New Issue
Block a user