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 e716e03 commit 1da1d4cCopy full SHA for 1da1d4c
Lib/test/test_unparse.py
@@ -514,7 +514,7 @@ def test_class_bases_and_keywords(self):
514
515
def test_fstrings(self):
516
self.check_src_roundtrip("f'-{f'*{f'+{f'.{x}.'}+'}*'}-'")
517
- self.check_src_roundtrip("""f'\\u2028{'x'}'""")
+ self.check_src_roundtrip("f'\\u2028{'x'}'")
518
self.check_src_roundtrip(r"f'{x}\n'")
519
self.check_src_roundtrip("f'{'\\n'}\\n'")
520
self.check_src_roundtrip("f'{f'{x}\\n'}\\n'")
0 commit comments