diff options
Diffstat (limited to 'std/encoding/testdata')
-rw-r--r-- | std/encoding/testdata/string.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/encoding/testdata/string.toml b/std/encoding/testdata/string.toml index 55e3fca34..05f425f11 100644 --- a/std/encoding/testdata/string.toml +++ b/std/encoding/testdata/string.toml @@ -31,3 +31,4 @@ trimmed in raw strings. withApostrophe = "What if it's not?" withSemicolon = "const message = 'hello world';" +withHexNumberLiteral = "Prevent bug from stripping string here ->0xabcdef" |