We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make a file like this:
try: a = 1 except: b = 2
Run it under coverage, and produce an HTML report. The source will look like:
The HTML has:
<p id="t2" class="stm run hide_run"> <span class="nam">a</span> <span class="op">=</span> <span class="num">1</span><span class="strut"> </span></p>
and the leading space is being ignored by the browser.
The text was updated successfully, but these errors were encountered:
Use whitespace:pre to avoid having to convert spaces in the HTML report. Fixes #472.
→ <<cset 26c2380a6c16 (bb)>>
Sorry, something went wrong.
No branches or pull requests
Make a file like this:
Run it under coverage, and produce an HTML report. The source will look like:
The HTML has:
and the leading space is being ignored by the browser.
The text was updated successfully, but these errors were encountered: