Skip to content
New issue

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

Issue #93: Right-justify line numbers #94

Merged
merged 1 commit into from
Mar 9, 2012

Conversation

wapcaplet
Copy link
Contributor

This commit causes the line numbers in HTML source listings to be
right-justified, allowing the code indentation to appear more
consistent.

This commit causes the line numbers in HTML source listings to be
right-justified, allowing the code indentation to appear more
consistent.
@abedra
Copy link
Contributor

abedra commented Mar 9, 2012

could you please post a screenshot of this with an example of the output?

@wapcaplet
Copy link
Contributor Author

Here's a screenshot of the resulting coverage report:
Right-justified line numbers
As for example output, are you referring to the HTML itself? Here's a snippet of that:

<tr class="inferred">
  <td><pre><a name="line8">  8</a> </pre></td>
</tr>
<tr class="inferred">
  <td><pre><a name="line9">  9</a>     # Convert the given locator to a format accepted by Selenium. If `locator`</pre></td>
</tr>
<tr class="inferred">
  <td><pre><a name="line10"> 10</a>     # starts with `id=`, `name=`, `dom=`, `xpath=` `link=` or `css=`, then the</pre></td>
</tr>

abedra added a commit that referenced this pull request Mar 9, 2012
@abedra abedra merged commit 66a5bf5 into relevance:master Mar 9, 2012
@abedra
Copy link
Contributor

abedra commented Mar 9, 2012

Thanks!

@wapcaplet
Copy link
Contributor Author

You're quite welcome :-) Thanks for merging it so quickly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants