Commit 32d93b2d authored by Jason R. Coombs's avatar Jason R. Coombs

Merge with 3.6

parents e26e20db da25abf7
......@@ -378,6 +378,7 @@ f'{a * x()}'"""
r"rf'{\t3}'",
r"rf'{\}'",
r"""rf'{"\N{LEFT CURLY BRACKET}"}'""",
r"f'{\n}'",
])
def test_no_escapes_for_braces(self):
......@@ -627,6 +628,7 @@ f'{a * x()}'"""
"f'}'",
"f'x}'",
"f'x}x'",
r"f'\u007b}'",
# Can't have { or } in a format spec.
"f'{3:}>10}'",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment