Commit a420c87e authored by Jason R. Coombs's avatar Jason R. Coombs

Add an additional test with a newline, one that's very similar to...

Add an additional test with a newline, one that's very similar to test_parens_in_expressions, but because the newline is not a literal newline, but a backslash en, this error is triggered.
parent eca78c50
......@@ -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):
......
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