We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88203a commit 389d9d7Copy full SHA for 389d9d7
Lib/test/test_syntax.py
@@ -2577,6 +2577,7 @@ async def bug():
2577
with self.subTest(f"out of range: {n=}"):
2578
self._check_error(get_code(n), "too many statically nested blocks")
2579
2580
+ @unittest.expectedFailure # TODO: RUSTPYTHON; Wrong error message
2581
def test_barry_as_flufl_with_syntax_errors(self):
2582
# The "barry_as_flufl" rule can produce some "bugs-at-a-distance" if
2583
# is reading the wrong token in the presence of syntax errors later
0 commit comments