We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc167ee commit de4ee79Copy full SHA for de4ee79
tests/unit/test_log_utils.py
@@ -45,6 +45,6 @@ def emit(self, record):
45
::warning::a warning message
46
::error::an error message
47
48
-::error::an exception%0ATraceback (most recent call last):%0A File "foo.py", line 42, in test__github_formatter%0A 0 / 0%0AZeroDivisionError: division by zero""".strip()
+::error::an exception%0ATraceback (most recent call last):%0A File "foo.py", line 42, in test__github_formatter%0A 0 / 0%0A ~~^~~%0AZeroDivisionError: division by zero""".strip()
49
50
assert logs == expected
0 commit comments