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 report] Fixed highlight of conditional expressions #806

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Indomian
Copy link

There is a problem with processing conditional expressions (such as: a ? b : c). They were highlighted till end of file, to fix this
I corrected line 296 - it was a misstype endCol -> endLine and added 'cond-expr' type of branch to special highlight.

There is a problem with processing conditional expressions (such as: a ? b : c). They were highlighted till end of file, to fix this
I corrected line 296 - it was a misstype endCol -> endLine and added 'cond-expr' type of branch to special highlight.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.523% when pulling 3b4817c on Indomian:patch-1 into 89e338f on gotwarlost:master.

Added right processing for binary-expr ifs
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 97.479% when pulling 45014dd on Indomian:patch-1 into 89e338f on gotwarlost:master.

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