diff --git a/test.toml b/test.toml deleted file mode 100644 index 542a9ca..0000000 --- a/test.toml +++ /dev/null @@ -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" ]