From 121eaa4efcaa5c8a4cab25eed15de07642e0407d Mon Sep 17 00:00:00 2001 From: uki00a Date: Fri, 17 Jul 2020 07:36:15 +0900 Subject: fix(std/encoding/toml): could not parse strings with apostrophes/semicolons (#6781) --- std/encoding/testdata/string.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'std/encoding/testdata') diff --git a/std/encoding/testdata/string.toml b/std/encoding/testdata/string.toml index f811824eb..55e3fca34 100644 --- a/std/encoding/testdata/string.toml +++ b/std/encoding/testdata/string.toml @@ -27,4 +27,7 @@ The first newline is trimmed in raw strings. All other whitespace is preserved. -''' \ No newline at end of file +''' + +withApostrophe = "What if it's not?" +withSemicolon = "const message = 'hello world';" -- cgit v1.2.3