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

miyuchina / mistletoe / 25904813833
94%

Build:
DEFAULT BRANCH: master
Ran 15 May 2026 06:55AM UTC
Jobs 1
Files 25
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

15 May 2026 06:54AM UTC coverage: 94.255%. Remained the same
25904813833

push

github

pbodnar
fix: avoid crash on overlapping delimiters

The fuzzing discovered crash with IndexError: string index out of range

The `type` stores all parsed delimiters and this is supposed to remove
one removed delimiter, but it did remove all but one delimiter so it
only worker for one nesting level. For example, removing 1 marker from
the right side of `****` should leave `***`, but the old code left *
while `number`, `start`, and `end` said 3 markers remained. Later
parsing could then reduce that inconsistent `type` to "", and
`closer.type[0]` crashed with `IndexError`.

Fixes #261

1 of 1 new or added line in 1 file covered. (100.0%)

2428 of 2576 relevant lines covered (94.25%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25904813833.1 15 May 2026 06:55AM UTC 25
94.25
GitHub Action Run
Source Files on build 25904813833
  • Tree
  • List 25
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d23a054b on github
  • Prev Build on master (#25813071525)
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