From d72310f139661263fdb4d77c3e311130ac23d971 Mon Sep 17 00:00:00 2001 From: Yuki Tanaka Date: Sat, 5 Dec 2020 23:49:05 +0900 Subject: fix(std/encoding): Rewrite toml parser not to use eval() (#8624) --- std/encoding/testdata/string.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'std/encoding/testdata') diff --git a/std/encoding/testdata/string.toml b/std/encoding/testdata/string.toml index 05f425f11..640717d0e 100644 --- a/std/encoding/testdata/string.toml +++ b/std/encoding/testdata/string.toml @@ -32,3 +32,5 @@ trimmed in raw strings. withApostrophe = "What if it's not?" withSemicolon = "const message = 'hello world';" withHexNumberLiteral = "Prevent bug from stripping string here ->0xabcdef" +withUnicodeChar1 = "\u3042" +withUnicodeChar2 = "Deno\U01F995" -- cgit v1.2.3