summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_peg_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_peg_parser.py')
-rw-r--r--Lib/test/test_peg_parser.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/test/test_peg_parser.py b/Lib/test/test_peg_parser.py
index f4aaef8..b7bd863 100644
--- a/Lib/test/test_peg_parser.py
+++ b/Lib/test/test_peg_parser.py
@@ -231,11 +231,6 @@ TEST_CASES = [
('f-string_doublestarred', "f'{ {**x} }'"),
('f-string_escape_brace', "f'{{Escape'"),
('f-string_escape_closing_brace', "f'Escape}}'"),
- ('f-string_repr', "f'{a!r}'"),
- ('f-string_str', "f'{a!s}'"),
- ('f-string_ascii', "f'{a!a}'"),
- ('f-string_debug', "f'{a=}'"),
- ('f-string_padding', "f'{a:03d}'"),
('f-string_multiline',
"""
f'''