Commit 06b31a13 authored by Stefan Behnel's avatar Stefan Behnel

Py<2.5 test fix

parent 09a3d7c7
...@@ -4,7 +4,7 @@ __doc__ = """ ...@@ -4,7 +4,7 @@ __doc__ = """
>>> inner_result >>> inner_result
['ENTER'] ['ENTER']
>>> result # doctest: +ELLIPSIS >>> result # doctest: +ELLIPSIS
['ENTER', "EXIT (<type...ValueError'>, ValueError('TEST',), <traceback object at ...)"] ['ENTER', "EXIT (<...ValueError...>,...ValueError..., <traceback object at ...)"]
>>> inner_result_no_exc >>> inner_result_no_exc
['ENTER'] ['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