File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1165,7 +1165,6 @@ def continue_in_finally_after_return2(x):
11651165 """ ,
11661166 True )
11671167
1168- @unittest .expectedFailure # TODO: RUSTPYTHON
11691168 def test_yield (self ):
11701169 # Allowed as standalone statement
11711170 def g (): yield 1
Original file line number Diff line number Diff line change 376376Traceback (most recent call last):
377377SyntaxError: invalid syntax
378378
379- >>> match ...:
379+ >>> match ...: # TODO: RUSTPYTHON; Wrong error message # doctest: +EXPECTED_FAILURE
380380... case {**_}:
381381... ...
382382Traceback (most recent call last):
22392239
22402240 Invalid pattern matching constructs:
22412241
2242- >>> match ...: # TODO: RUSTPYTHON; Wrong error message # doctest: +EXPECTED_FAILURE
2242+ >>> match ...:
22432243 ... case 42 as _:
22442244 ... ...
22452245 Traceback (most recent call last):
You can’t perform that action at this time.
0 commit comments