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
def gen(inp): for n in inp: yield (i * 2 for i in range(n)) list(gen([1,2,3]))
Running this with --branch gives strange results. "2 partial branches", but only line 3 is marked, and it's marked with "2 exit".
The text was updated successfully, but these errors were encountered:
Original comment by Mickie Betz (Bitbucket: mbetz08, GitHub: mbetz08)
I was able to reproduce the issue with the input above. Here's the report output:
issue-324.py 4 0 4 2 75% 5->-5, 5->4
The html output looks like:
Sorry, something went wrong.
Fixed in 2e992bf44abaf0d3c78134a4eb9724f015d23e00 (bb)
No branches or pull requests
Running this with --branch gives strange results. "2 partial branches", but only line 3 is marked, and it's marked with "2 exit".
The text was updated successfully, but these errors were encountered: