google / google/kati

Handling an escape character

Open
#145 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.