removed test.toml

This commit is contained in:
Emma Tebibyte 2022-11-06 22:02:40 -05:00
parent d9b397cd47
commit 47ea0c11e3
1 changed files with 0 additions and 12 deletions

View File

@ -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" ]