File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class TestTool(unittest.TestCase):
11
11
data = """
12
12
13
13
[["blorpie"],[ "whoops" ] , [
14
- ],\t "d-shtaeou",\r "\N{snake} \u03B4 and \U0001D037 ",
14
+ ],\t "d-shtaeou",\r "\xA7 \N{snake} \u03B4 and \U0001D037 ",
15
15
"i-vhbjkhnth", {"nifty":87}, {"morefield" :\t false,"field"
16
16
:"yes"} ]
17
17
"""
@@ -26,7 +26,7 @@ class TestTool(unittest.TestCase):
26
26
],
27
27
[],
28
28
"d-shtaeou",
29
- "\N{snake} \u03B4 and \U0001D037 ",
29
+ "\xA7 \ N{snake} \u03B4 and \U0001D037 ",
30
30
"i-vhbjkhnth",
31
31
{
32
32
"nifty": 87
@@ -48,7 +48,7 @@ class TestTool(unittest.TestCase):
48
48
],
49
49
[],
50
50
"d-shtaeou",
51
- "\N{snake} \u03B4 and \U0001D037 ",
51
+ "\xA7 \ N{snake} \u03B4 and \U0001D037 ",
52
52
"i-vhbjkhnth",
53
53
{
54
54
"nifty": 87
You can’t perform that action at this time.
0 commit comments