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

Parse failed with org.jsoup.select.Selector$SelectorParseException when selector has unbalanced '(' or '[' or ')' or ']' #611

Closed
singingprophet opened this issue Aug 14, 2015 · 2 comments
Labels
bug Confirmed bug that we should fix
Milestone

Comments

@singingprophet
Copy link

Selector I am having as following div.card-content2:has(a.subtitle[title= MySubTitle:)]) OR a.title[title=MyTitle :] ]

@singingprophet singingprophet changed the title Parse failed with org.jsoup.select.Selector$SelectorParseException when selector has unbalanced '(' or '[' Parse failed with org.jsoup.select.Selector$SelectorParseException when selector has unbalanced '(' or '[' or ')' or ']' Aug 14, 2015
@savatgithub
Copy link

Query should allow escaping special characters part of text in the query e.g., ()[]

@jhy jhy added the bug Confirmed bug that we should fix label May 8, 2016
@jhy jhy added this to the 1.9.2 milestone May 8, 2016
@jhy jhy closed this as completed in a229d73 May 8, 2016
@jhy
Copy link
Owner

jhy commented May 8, 2016

Thanks - if you quote the value it now works, like [data='MyTitle :]']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bug that we should fix
Projects
None yet
Development

No branches or pull requests

3 participants