Skip to content

Commit e66c505

Browse files
committed
Remove completed TODO
1 parent a9a9e3b commit e66c505

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

extra_tests/snippets/syntax_fstring.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@
5454
part_spec = ">+#10x"
5555
assert f"{16:0{part_spec}}{foo}" == '00000+0x10bar'
5656

57-
# TODO: RUSTPYTHON, delete the next block once `test_fstring.py` can successfully parse
58-
assert f'{10:#{1}0x}' == ' 0xa'
59-
assert f'{10:{"#"}1{0}{"x"}}' == ' 0xa'
60-
assert f'{-10:-{"#"}1{0}x}' == ' -0xa'
61-
assert f'{-10:{"-"}#{1}0{"x"}}' == ' -0xa'
62-
6357
spec = "bla"
6458
assert_raises(ValueError, lambda: f"{16:{spec}}")
6559

0 commit comments

Comments
 (0)