diff options
Diffstat (limited to 'std/encoding/testdata')
-rw-r--r-- | std/encoding/testdata/string.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |