summaryrefslogtreecommitdiff
path: root/toml/parser_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'toml/parser_test.ts')
-rw-r--r--toml/parser_test.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/toml/parser_test.ts b/toml/parser_test.ts
index cc6675296..104428b25 100644
--- a/toml/parser_test.ts
+++ b/toml/parser_test.ts
@@ -149,7 +149,8 @@ test({
deno: "is",
not: "[node]",
regex: "<ic*s*>",
- NANI: "何?!"
+ NANI: "何?!",
+ comment: "Comment inside # the comment"
};
const actual = parseFile(path.join(testFilesDir, "simple.toml"));
assertEquals(actual, expected);