${var%;*} parses incorrectly
Open
bug
- Dominant language
- C
- Stars
- 531
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
`${var%;*}` should remove whatever follows the last `;` in var, but it fails to parse with `syntax error: expected end of parameter`, it seems like the semicolon is treated as an end of command.
Contributor guide
Assessment
This issue has not been assessed yet.