There was an error while loading. Please reload this page.
1 parent f4c4b3d commit 66a6eedCopy full SHA for 66a6eed
1 file changed
Lib/test/test_fstring.py
@@ -879,7 +879,6 @@ def check_format_spec(result, expected):
879
self.assertEqual(x.format_spec, expected)
880
self.assertEqual(result, "")
881
882
- check_format_spec(f'{x:{y}}', "Y")
883
check_format_spec(f'{x:{{y}}}', "{'Y'}")
884
check_format_spec(f'{x:{y}{{z}}}', "Y{'Z'}")
885
check_format_spec(f'{x:{y!s}{{z}}}', "Y{'Z'}")
0 commit comments