Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix faulty egrep patterns. #54

Merged
merged 1 commit into from
Jun 14, 2023
Merged

Conversation

mbakke
Copy link
Contributor

@mbakke mbakke commented Apr 30, 2023

  • test/inline-match-egrep.sh: Escape \t and \n in patterns without quotes. These tests are meant to fail, but the test machinery was oblivious and held things together anyway until later versions of grep started throwing warnings which mangles expected output.

Fixes #53.

* test/inline-match-egrep.sh: Escape \t and \n in patterns without
quotes.  These tests are meant to fail, but the test machinery was
oblivious and held things together anyway until later versions of grep
started throwing warnings which mangles expected output.

Fixes aureliojargas#53.
@hegjon
Copy link

hegjon commented Jun 12, 2023

I confirm that this PR fixes #53.

@aureliojargas
Copy link
Owner

Thanks @mbakke for the fix.
Thanks @hegjon for the original report and the fix validation.
❤️

@aureliojargas aureliojargas merged commit 9414dde into aureliojargas:main Jun 14, 2023
@mbakke mbakke deleted the grep_compat branch October 22, 2023 02:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests fails on Fedora rawhide
3 participants