-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
type: bugproblem that needs to be addressedproblem that needs to be addressedtype: regressionindicates a problem that was introduced in a release which was working previouslyindicates a problem that was introduced in a release which was working previously
Description
Save this file as x.rst
:
.. doctest::
>>> print(
... "Hi\n\nByé")
Hi
...
Byé
>>> 1/0
1
Run with
python -m pytest x.rst
on pytest 3.1.0 with Python 2.7.11, observe lengthy stacktrace ending with a UnicodeDecodeError
in _ellipsis_match
. Pytest 3.0.4 works fine.
Metadata
Metadata
Assignees
Labels
type: bugproblem that needs to be addressedproblem that needs to be addressedtype: regressionindicates a problem that was introduced in a release which was working previouslyindicates a problem that was introduced in a release which was working previously