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

(consecutive) Backslashes in Find box are escaped passed the first one. #3503

Closed
boltex opened this issue Aug 19, 2023 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@boltex
Copy link
Contributor

boltex commented Aug 19, 2023

Fixed via PR #3507.

The find result is unexpected because they are escaped:
To reproduce: try finding the following text a \ b then try this one: a \\ b in a leo file containing those three text entries.

a \ b
a \\ b
a \\\ b

Found when testing find input box with consecutive backslashes in LeoInteg! 😄

@boltex boltex added the Bug label Aug 19, 2023
@boltex boltex added this to the 6.7.5 milestone Aug 19, 2023
@boltex boltex changed the title Pasting backslashes in Find box gives errors. Also, (consecutive) Backslashes in Find box are escaped passed the first one. (consecutive) Backslashes in Find box are escaped passed the first one. Aug 19, 2023
@edreamleo edreamleo self-assigned this Aug 19, 2023
@edreamleo
Copy link
Member

Closed via PR #3507.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants