diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/farm/html/run_b_branch.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/farm/html/run_b_branch.py b/tests/farm/html/run_b_branch.py index 2451f069..382e3110 100644 --- a/tests/farm/html/run_b_branch.py +++ b/tests/farm/html/run_b_branch.py @@ -19,9 +19,9 @@ contains("html_b_branch/b_py.html", '<span class="key">if</span> <span class="nam">x</span> <span class="op"><</span> <span class="num">2</span>', ' <span class="nam">a</span> <span class="op">=</span> <span class="num">3</span>', '<span class="pc_cov">70%</span>', - '<span class="annotate" title="no jump to this line number">11</span>', - '<span class="annotate" title="no jump to this line number">exit</span>', - '<span class="annotate" title="no jumps to these line numbers">26 28</span>', + '<span class="annotate" title="Line 8 was executed, but never jumped to line 11">8 ↛ 11 [?]</span>', + '<span class="annotate" title="Line 17 was executed, but never jumped to the function exit">17 ↛ exit [?]</span>', + '<span class="annotate" title="Line 25 was executed, but never jumped to line 26 or line 28">25 ↛ 26, 25 ↛ 28 [?]</span>', ) contains("html_b_branch/index.html", '<a href="b_py.html">b.py</a>', |