-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add quotes escaper method #106
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
488bd6b
to
e99064e
Compare
QuirrelForU
commented
Jan 30, 2025
pomcorn/locators/base_locators.py
Outdated
Comment on lines
159
to
161
@staticmethod | ||
def _escape_quotes(text: str) -> str: | ||
"""Escape single and double quotes in given text for use in locators. # noqa: D202, E501. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noqa is used cuz for some reason flake tells that there is empty line 😕
ron8mcr
approved these changes
Jan 30, 2025
TheSuperiorStanislav
approved these changes
Jan 31, 2025
M1troll
requested changes
Jan 31, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update also version in pyproject.toml
and changelog
5832119
to
4a96b25
Compare
M1troll
approved these changes
Jan 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Looks like for now there is some issue with pomcorn XpathLocators.
For example if I want to create a locator
I'll get this query:
but it won't work
![image](https://private-user-images.githubusercontent.com/74300709/408043592-4d1b6913-2542-4152-b61b-8a15cd7ec829.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NDA4NTYsIm5iZiI6MTczOTU0MDU1NiwicGF0aCI6Ii83NDMwMDcwOS80MDgwNDM1OTItNGQxYjY5MTMtMjU0Mi00MTUyLWI2MWItOGExNWNkN2VjODI5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDEzNDIzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQwYjE0ZWViZTdhZmI4MzMxNzBmMDZiYjkwM2NkZjQ0ZDEyMTllNjdmNDEzZjAzYjdiNjBjMWU0ZDE2MmNlZjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.eal54GZlHFY-_A1AxwRVTpD8x5haXAiXQikhOrs-LKg)
Current implementation can handle this cases and we get