summaryrefslogtreecommitdiff
path: root/std/encoding/toml_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/toml_test.ts')
-rw-r--r--std/encoding/toml_test.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/std/encoding/toml_test.ts b/std/encoding/toml_test.ts
index 0a927cde9..cc3d190b0 100644
--- a/std/encoding/toml_test.ts
+++ b/std/encoding/toml_test.ts
@@ -349,6 +349,8 @@ Deno.test({
[1, 2],
],
hosts: ["alpha", "omega"],
+ bool: true,
+ bool2: false,
};
const expected = `deno = "is"
not = "[node]"
@@ -383,6 +385,8 @@ sf5 = NaN
sf6 = NaN
data = [["gamma","delta"],[1,2]]
hosts = ["alpha","omega"]
+bool = true
+bool2 = false
[foo]
bar = "deno"