We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acd35d commit 691aecdCopy full SHA for 691aecd
Lib/test/test_json/test_tool.py
@@ -269,6 +269,7 @@ def test_colors(self):
269
('-Infinity', b'\x1b[33m-Infinity\x1b[0m'),
270
('"foo"', b'\x1b[32m"foo"\x1b[0m'),
271
(r'" \"foo\" "', b'\x1b[32m" \\"foo\\" "\x1b[0m'),
272
+ ('"α"', b'\x1b[32m"\\u03b1"\x1b[0m'),
273
('123', b'\x1b[33m123\x1b[0m'),
274
('-1.2345e+23', b'\x1b[33m-1.2345e+23\x1b[0m'),
275
(r'{"\\": ""}',
0 commit comments