Continuations lines cannot be inserted inside operators/keywords
Open
bug
- Dominant language
- C
- Stars
- 531
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
```sh
false &\
& echo a
# same as:
false && echo a
```
Contributor guide
Assessment
This issue has not been assessed yet.