Open Issues Need Help
View All on GitHub good first issue
good first issue
`-i` matches multi-character sequences via Unicode case folding where GNU matches one about 2 months ago
good first issue
`-l` and `-L` are not mutually exclusive last-wins like GNU about 2 months ago
good first issue
handles `-q -c` differently from GNU (prints the count `0` on no match instead of staying silent) about 2 months ago
good first issue
rejects a leading quantifier (`?`/`*`/`+`) that GNU accepts with a warning about 2 months ago
good first issue
POSIX equivalence classes `[[=c=]]` do not match like GNU about 2 months ago
good first issue
`-P` accepts multiple patterns where GNU allows only one about 2 months ago
good first issue
GNU start/end-of-buffer anchors are treated as literals instead of anchors about 2 months ago
good first issue
`\s` and `\S` are not honored in basic-regexp (`-G`) mode like GNU about 2 months ago
good first issue
wrong exit code for `-o -v` with a zero-width match on an empty line (related to #18) about 2 months ago
good first issue
good first issue
`.` does not match a newline under `--null-data` like GNU about 2 months ago
good first issue
emits a spurious `--` context separator between adjacent groups about 2 months ago
good first issue
handles empty-matching patterns under `-w`/`-x` differently from GNU (empty line never selected) about 2 months ago
good first issue