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

dart-lang / tools / 16093313199
97%

Build:
DEFAULT BRANCH: main
Ran 06 Jul 2025 12:09AM UTC
Jobs 1
Files 8
Run time 1min
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: 100.0% (+6.2%) from 93.817%
16093313199

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.

252 of 252 relevant lines covered (100.0%)

1.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 cli_config_linux - 16093313199.1 06 Jul 2025 12:09AM UTC 8
100.0
GitHub Action Run
Source Files on build 16093313199
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16093313199
  • 6282b35e on github
  • Prev Build on main (#15949744654)
  • Next Build on main (#16093341260)
  • 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