We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb65e2 commit d389a76Copy full SHA for d389a76
ply_parser/tests/test_xsh_syntax.py
@@ -66,6 +66,7 @@ def test_py312_fstring(inp, exp, unparse_diff):
66
'![git commit -am "flock jawaka"]',
67
],
68
)
69
+@pytest.mark.xfail
70
def test_statements(check_xonsh_ast, inp):
71
if not inp.endswith("\n"):
72
inp += "\n"
0 commit comments