This commit is contained in:
Anthony Scopatz 2017-07-23 16:06:32 -07:00
parent 6a1a2404ae
commit a39dc73c18

View file

@ -26,7 +26,6 @@ def check_ast(inp, run=True, mode='eval', debug_level=0):
__tracebackhide__ = True
# expect a Python AST
exp = ast.parse(inp, mode=mode)
print(pdump(exp))
# observe something from xonsh
obs = PARSER.parse(inp, debug_level=debug_level)
# Check that they are equal