Skip to content

Commit 1da1d4c

Browse files
authored
Update Lib/test/test_unparse.py
1 parent e716e03 commit 1da1d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_unparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def test_class_bases_and_keywords(self):
514514

515515
def test_fstrings(self):
516516
self.check_src_roundtrip("f'-{f'*{f'+{f'.{x}.'}+'}*'}-'")
517-
self.check_src_roundtrip("""f'\\u2028{'x'}'""")
517+
self.check_src_roundtrip("f'\\u2028{'x'}'")
518518
self.check_src_roundtrip(r"f'{x}\n'")
519519
self.check_src_roundtrip("f'{'\\n'}\\n'")
520520
self.check_src_roundtrip("f'{f'{x}\\n'}\\n'")

0 commit comments

Comments
 (0)