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

Adds support for quoted selectors containing reserved characters and white space #3

Merged
merged 1 commit into from
Nov 11, 2023

Conversation

sdeming
Copy link

@sdeming sdeming commented Nov 8, 2023

Resolves #4

Allows queries like: "Movie Title" == TRON

This is taken partially from: jirutka#36, with some fixes and added tests.

@nstdio nstdio added this to the v2.2.0 milestone Nov 11, 2023
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered ☂️

@nstdio
Copy link
Owner

nstdio commented Nov 11, 2023

Thanks for the PR! Look good to me 👍

@nstdio nstdio merged commit e7ad8cc into nstdio:master Nov 11, 2023
2 checks passed
@nstdio nstdio added the enhancement New feature or request label Nov 11, 2023
@nstdio
Copy link
Owner

nstdio commented Nov 11, 2023

Released as 2.2.0

@sdeming sdeming deleted the feature/quoted-selectors branch November 14, 2023 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for reserved characters and whitespace in selectors
3 participants