summaryrefslogtreecommitdiff
path: root/tests/gold/html/unicode
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-07-04 17:15:38 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-07-06 10:04:31 -0400
commitcfdcacea473dede9fb779256c812ff6a098a0714 (patch)
tree89a05ea92b2048a6b0653b8f4aae8fb374e4a4ec /tests/gold/html/unicode
parent25aff80d444a6b1fa87173ffd8026f69be7ae0d0 (diff)
downloadpython-coveragepy-git-cfdcacea473dede9fb779256c812ff6a098a0714.tar.gz
HTML: Mark things to show instead of to hide.
Also made some other changes along the way: * Scroll bar markers change as the selected categories change. * We don't use css class 'stm' for anything, get rid of it. * Better sass use all around.
Diffstat (limited to 'tests/gold/html/unicode')
-rw-r--r--tests/gold/html/unicode/unicode_py.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/gold/html/unicode/unicode_py.html b/tests/gold/html/unicode/unicode_py.html
index 174a9a27..caad05ab 100644
--- a/tests/gold/html/unicode/unicode_py.html
+++ b/tests/gold/html/unicode/unicode_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
- <span class="run hide_run shortkey_r button_toggle_run">2 run</span>
- <span class="mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc shortkey_x button_toggle_exc">0 excluded</span>
+ <span class="run shortkey_r button_toggle_run">2 run</span>
+ <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
+ <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
</h2>
</div>
</div>
@@ -57,15 +57,15 @@
<p id="n1" class="pln"><a href="#n1">1</a></p>
<p id="n2" class="pln"><a href="#n2">2</a></p>
<p id="n3" class="pln"><a href="#n3">3</a></p>
-<p id="n4" class="stm run hide_run"><a href="#n4">4</a></p>
-<p id="n5" class="stm run hide_run"><a href="#n5">5</a></p>
+<p id="n4" class="run"><a href="#n4">4</a></p>
+<p id="n5" class="run"><a href="#n5">5</a></p>
</td>
<td class="text">
<p id="t1" class="pln"><span class="com"># -*- coding: utf-8 -*-</span><span class="strut">&nbsp;</span></p>
<p id="t2" class="pln"><span class="com"># A Python source file with exotic characters.</span><span class="strut">&nbsp;</span></p>
<p id="t3" class="pln"><span class="strut">&nbsp;</span></p>
-<p id="t4" class="stm run hide_run"><span class="nam">upside_down</span> <span class="op">=</span> <span class="str">"&#654;d&#729;&#477;b&#592;&#633;&#477;&#652;o&#596;"</span><span class="strut">&nbsp;</span></p>
-<p id="t5" class="stm run hide_run"><span class="nam">surrogate</span> <span class="op">=</span> <span class="str">"db40,dd00: x&#917760;"</span><span class="strut">&nbsp;</span></p>
+<p id="t4" class="run"><span class="nam">upside_down</span> <span class="op">=</span> <span class="str">"&#654;d&#729;&#477;b&#592;&#633;&#477;&#652;o&#596;"</span><span class="strut">&nbsp;</span></p>
+<p id="t5" class="run"><span class="nam">surrogate</span> <span class="op">=</span> <span class="str">"db40,dd00: x&#917760;"</span><span class="strut">&nbsp;</span></p>
</td>
</tr>
</table>