From 47ea0c11e3e1bbe76079a1097ccba0ab6ba313d9 Mon Sep 17 00:00:00 2001 From: emma Date: Sun, 6 Nov 2022 22:02:40 -0500 Subject: [PATCH] removed test.toml --- test.toml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test.toml 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" ]