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 97152e9 commit d699070Copy full SHA for d699070
Lib/test/test_json/test_tool.py
@@ -11,7 +11,7 @@ class TestTool(unittest.TestCase):
11
data = """
12
13
[["blorpie"],[ "whoops" ] , [
14
- ],\t"d-shtaeou",\r"🐍 and δ",
+ ],\t"d-shtaeou",\r"\N{snake} \u03B4 and \U0001D037",
15
"i-vhbjkhnth", {"nifty":87}, {"morefield" :\tfalse,"field"
16
:"yes"} ]
17
"""
@@ -26,7 +26,7 @@ class TestTool(unittest.TestCase):
26
],
27
[],
28
"d-shtaeou",
29
- "🐍 and δ",
+ "\N{snake} \u03B4 and \U0001D037",
30
"i-vhbjkhnth",
31
{
32
"nifty": 87
@@ -48,7 +48,7 @@ class TestTool(unittest.TestCase):
48
49
50
51
52
53
54
0 commit comments