summaryrefslogtreecommitdiff
path: root/tests/test_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_html.py')
-rw-r--r--tests/test_html.py17
1 files changed, 10 insertions, 7 deletions
diff --git a/tests/test_html.py b/tests/test_html.py
index 97a7c6ab..d96804d6 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -524,13 +524,16 @@ class HtmlGoldTests(CoverageGoldTest):
(' <span class="nam">a</span> <span class="op">=</span> '
'<span class="num">3</span>'),
'<span class="pc_cov">70%</span>',
- ('<span class="annotate" title="Line 8 was executed, but never jumped to line 11">'
- '8&#x202F;&#x219B;&#x202F;11 [?]</span>'),
- ('<span class="annotate" title="Line 17 was executed, but never jumped '
- 'to the function exit">17&#x202F;&#x219B;&#x202F;exit [?]</span>'),
- ('<span class="annotate" title="Line 25 was executed, but never jumped '
- 'to line 26 or line 28">25&#x202F;&#x219B;&#x202F;26,&nbsp;&nbsp; '
- '25&#x202F;&#x219B;&#x202F;28 [?]</span>'),
+ ('<span class="annotate short">8&#x202F;&#x219B;&#x202F;11</span>'
+ '<span class="annotate long">Line 8 was executed, '
+ 'but never jumped to line 11</span>'),
+ ('<span class="annotate short">17&#x202F;&#x219B;&#x202F;exit</span>'
+ '<span class="annotate long">Line 17 was executed, '
+ 'but never jumped to the function exit</span>'),
+ ('<span class="annotate short">25&#x202F;&#x219B;&#x202F;26,&nbsp;&nbsp; '
+ '25&#x202F;&#x219B;&#x202F;28</span>'
+ '<span class="annotate long">Line 25 was executed, '
+ 'but never jumped to line 26 or line 28</span'),
)
contains(
"out/b_branch/index.html",