Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

find: double-backslash support + basic tests #2589

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dgw
Copy link
Member

@dgw dgw commented Jan 27, 2024

Description

Allowing \| or \/ is all well and good, but if one can't escape the escape character, things get very confusing! So let's make it possible to escape \ itself as \\.

With the test scaffolding now written (OK, much of it stolen from the preexisting test/builtins/test_builtins_isup.py), it'll be easier to add more cases (edge or otherwise) as we think of them.

Checklist

  • I have read CONTRIBUTING.md
  • I can and do license this contribution under the EFLv2
  • No issues are reported by make qa (runs make lint and make test)
  • I have tested the functionality of the things this change touches

Notes

Early 8.0.x bugfix candidate, unless someone else feels strongly about including it in 8.0.0. Feels late in the game to add One More Thing into that milestone…

@dgw dgw added Tests Bugfix Generally, PRs that reference (and fix) one or more issue(s) labels Jan 27, 2024
@dgw dgw added this to the 8.0.1 milestone Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix Generally, PRs that reference (and fix) one or more issue(s) Tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant