Handling an escape character
Open
- Dominant language
- Rust
- Stars
- 1k
- Forks
- 132
- Avg merge
- 11m
- Merged PRs (30d)
- 1
Description
Kati fails to handle below constructs.
It seems 1 & 2 have same root cause(handling an escape character)
1. $(info $(shell echo '#include' | grep \#include))
2. $(info $(shell echo '#include' | sed -n 's#\#include#myfile#p'))
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
sed: -e expression # 1, char 13: unknown option to `s'
Contributor guide
Assessment
This issue has not been assessed yet.