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