This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[HTML report] Fixed highlight of conditional expressions
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.
- Loading branch information