• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dart-lang / tools / 16093341260 / 5
94%
main: 94%

Build:
DEFAULT BRANCH: main
Ran 06 Jul 2025 12:17AM UTC
Files 9
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Jul 2025 08:55AM UTC coverage: 94.11%. First build
16093341260.5

push

github

web-flow
[Markdown] Fix HTML comment parser. (#2121)

Fix performance and correctness of HTML comment parser.

Fixes #2119.
    
RegExp had catastrophic backtracking. Also didn't match the spec it linked to.
(Which is still CM 30, not 31.2. They differ, we may want to upgrade support eventually.)
    
Fixed a few other incorrect parsings.
- The content of `<?...?>`, `<!a...>` and `<![CDATA[...]]>` can
  contain newlines. Changed `.` to `[^]`.
- The `<![CDATA[` tag is case sensitive. Changed RegExp to be
  case sensitive, so added `A-Z` to all the `a-z`s used in that
  regexp.

767 of 815 relevant lines covered (94.11%)

6.92 hits per line

Source Files on job os:ubuntu-latest/dart:stable/platform:chrome - 16093341260.5
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 16093341260
  • 6282b35e on github
  • Next Job for on main (#16093400244.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc