diff --git a/src/pytest_mypy_testing/message.py b/src/pytest_mypy_testing/message.py index 2997ad7..c47fc49 100644 --- a/src/pytest_mypy_testing/message.py +++ b/src/pytest_mypy_testing/message.py @@ -74,7 +74,7 @@ class Message: ) OUTPUT_RE = re.compile( - r"^(?P[^:]+):" + r"^(?P([a-zA-Z]:)?[^:]+):" r"(?P[0-9]+):" r"((?P[0-9]+):)?" r" *(?P(error|note|warning)):"