diff options
Diffstat (limited to 'tests/data/valid/hex-char.toml')
-rw-r--r-- | tests/data/valid/hex-char.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/valid/hex-char.toml b/tests/data/valid/hex-char.toml new file mode 100644 index 0000000..1d9cdf6 --- /dev/null +++ b/tests/data/valid/hex-char.toml @@ -0,0 +1,3 @@ +a="\u0061" +b="\u0062" +c="\U00000063"
\ No newline at end of file |