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

HTML annotation is wrong for multiline statements #66

Closed
nedbat opened this issue May 19, 2010 · 2 comments
Closed

HTML annotation is wrong for multiline statements #66

nedbat opened this issue May 19, 2010 · 2 comments
Labels
bug Something isn't working html

Comments

@nedbat
Copy link
Owner

nedbat commented May 19, 2010

Originally reported by Geoff Bache (Bitbucket: geoffbache, GitHub: Unknown)


Consider the following program:

#!python

print "Hello", \
      "World"
print "Hello"

If I generate an HTML report from it, it shows the first statement all on one line and does not mark the second as a valid statement. If one adds subsequent statements are then all "off by one" in their highlighting, i.e. their marking actually refers to the line above them.


@nedbat
Copy link
Owner Author

nedbat commented May 19, 2010

Could this be the same problem reported (and fixed) in issue #53?

If not, please tell me about the platform you are on, and attach a source file that demonstrates the problem.

@nedbat
Copy link
Owner Author

nedbat commented May 19, 2010

Original comment by Geoff Bache (Bitbucket: geoffbache, GitHub: Unknown)


Duplicate of #53.

@nedbat nedbat closed this as completed May 19, 2010
@nedbat nedbat added major bug Something isn't working html labels Jun 23, 2018
agronholm added a commit to agronholm/coveragepy that referenced this issue Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working html
Projects
None yet
Development

No branches or pull requests

1 participant