diff options
author | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2017-09-15 11:53:58 +0300 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-09-15 10:53:58 +0200 |
commit | 7d49fc796da309afd426c62ba4c57d49e8e3a530 (patch) | |
tree | 8d511235604acfdcb42984c555bab817ea93783b /tests/stdlib | |
parent | 034e6a346824aaa874a2f42adf0d410e742b5ce1 (diff) | |
download | Nim-7d49fc796da309afd426c62ba4c57d49e8e3a530.tar.gz |
Changed JSON stringification to preserve UTF (#6330)
Diffstat (limited to 'tests/stdlib')
-rw-r--r-- | tests/stdlib/tmarshal.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tmarshal.nim b/tests/stdlib/tmarshal.nim index 434caa281..38937590f 100644 --- a/tests/stdlib/tmarshal.nim +++ b/tests/stdlib/tmarshal.nim @@ -1,5 +1,5 @@ discard """ - output: '''{"age": 12, "bio": "\u042F Cletus", "blob": [65, 66, 67, 128], "name": "Cletus"} + output: '''{"age": 12, "bio": "Я Cletus", "blob": [65, 66, 67, 128], "name": "Cletus"} true true alpha 100 |