summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_fstring.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_fstring.py')
-rw-r--r--Lib/test/test_fstring.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_fstring.py b/Lib/test/test_fstring.py
index 68aa526..45f768c 100644
--- a/Lib/test/test_fstring.py
+++ b/Lib/test/test_fstring.py
@@ -628,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}'",