File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class TestTool(unittest.TestCase):
16
16
:"yes"} ]
17
17
"""
18
18
19
- expect_without_sort_keys = textwrap .dedent ("""\
19
+ expect_without_sort_keys = textwrap .dedent (r """\
20
20
[
21
21
[
22
22
"blorpie"
@@ -26,7 +26,7 @@ class TestTool(unittest.TestCase):
26
26
],
27
27
[],
28
28
"d-shtaeou",
29
- "\xA7 \N{snake} \u03B4 and \U0001D037 ",
29
+ "\u00a7 \ud83d\udc0d \u03b4 and \ud834\udc3 ",
30
30
"i-vhbjkhnth",
31
31
{
32
32
"nifty": 87
@@ -38,7 +38,7 @@ class TestTool(unittest.TestCase):
38
38
]
39
39
""" )
40
40
41
- expect = textwrap .dedent ("""\
41
+ expect = textwrap .dedent (r """\
42
42
[
43
43
[
44
44
"blorpie"
@@ -48,7 +48,7 @@ class TestTool(unittest.TestCase):
48
48
],
49
49
[],
50
50
"d-shtaeou",
51
- "\xA7 \N{snake} \u03B4 and \U0001D037 ",
51
+ "\u00a7 \ud83d\udc0d \u03b4 and \ud834\udc37 ",
52
52
"i-vhbjkhnth",
53
53
{
54
54
"nifty": 87
You can’t perform that action at this time.
0 commit comments