Commit 66a0b841 authored by Stefan Behnel's avatar Stefan Behnel

Py<2.5 test fix

parent 63e2e691
......@@ -4,7 +4,7 @@ __doc__ = """
>>> inner_result
['ENTER']
>>> result # doctest: +ELLIPSIS
['ENTER', "EXIT (<type...ValueError'>, ValueError('TEST',), <traceback object at ...)"]
['ENTER', "EXIT (<...ValueError...>,...ValueError..., <traceback object at ...)"]
>>> inner_result_no_exc
['ENTER']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment