| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
When coverage threshold is not met, the dot reporter now outputs the error message so users can understand why tests failed. Refs: #60884
Fixes an unclosed link tag that causes all text after it to be underlined and clickable in the HTML documentation. Before: [<RegExp>] After: [RegExp]
|
Review requested:
|
Sorry, something went wrong.
|
Thanks for your contribution! However this PR contains unrelated changes, and the linked issue is already resolved by #62100 |
Sorry, something went wrong.
|
Yes, this was already fixed. Thanks but closing as a duplicate. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Problem
There is an unclosed link tag in the Test Runner documentation (). This causes all text after the link to be underlined and clickable in the rendered HTML.
The issue was reported in: #62154
Root Cause
Line 291-294 had incorrect markdown: [<RegExp>] instead of [RegExp]. The extra < at the beginning of each link text breaks the link parsing.
Fix
Removed the stray < characters from the link text:
Testing
Checklist