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

sunng87 / handlebars-rust / 29182080848
84%

Build:
DEFAULT BRANCH: master
Ran 12 Jul 2026 06:08AM UTC
Jobs 1
Files 29
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

12 Jul 2026 06:03AM UTC coverage: 85.052% (+0.05%) from 85.007%
29182080848

push

github

web-flow
fix: handle leading tilde on `else if` chain tags (#768)

`{{~else if cond}}` panicked during template compilation with
`unreachable: leading_tilde_to_omit_whitespace`.

The grammar places the optional leading tilde of `invert_chain_tag`
before `invert_tag_item`, but the compile code called `parse_name`
(before `parse_expression`) to consume `invert_tag_item`, so the
leading tilde was handed to `parse_name` and hit its `unreachable!`
arm. The plain `{{~else}}` (`invert_tag`) case already worked because
it skips `parse_name` and `parse_expression` handles the tilde itself.

Consume the optional leading tilde before `parse_name` for
`invert_chain_tag`, and fold its `omit_pre_ws` semantics into the
parsed expression so preceding whitespace is stripped consistently
with `{{~else}}`.

Fixes #766.

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

1707 of 2007 relevant lines covered (85.05%)

8.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29182080848.1 12 Jul 2026 06:08AM UTC 29
85.05
GitHub Action Run
Source Files on build 29182080848
  • Tree
  • List 29
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • aa3aaa00 on github
  • Prev Build on master (#29181805526)
  • Next Build on master (#29182309664)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc