diff options
| author | Vince Salvino <salvino@coderedcorp.com> | 2020-06-24 19:39:44 -0400 |
|---|---|---|
| committer | Vince Salvino <salvino@coderedcorp.com> | 2020-06-24 19:51:04 -0400 |
| commit | bcd571b369d3c7f57bac644136a0c2fbe7f1d78c (patch) | |
| tree | e262c1e6e691914a4b755394f83b95dcc6c2f8b8 /tests/gold/html/unicode | |
| parent | bcf70b4d59e7dede57edcb5ae01d3edbf97a9c29 (diff) | |
| download | python-coveragepy-git-bcd571b369d3c7f57bac644136a0c2fbe7f1d78c.tar.gz | |
Fix tests
Diffstat (limited to 'tests/gold/html/unicode')
| -rw-r--r-- | tests/gold/html/unicode/unicode_py.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gold/html/unicode/unicode_py.html b/tests/gold/html/unicode/unicode_py.html index 46722961..a4218bcc 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 - <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> + <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button> + <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button> + <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button> </h2> </div> </div> |
