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

tag[attr~=regex] fails if preceded by a combinator #52

Closed
terje7601 opened this issue Dec 5, 2010 · 1 comment
Closed

tag[attr~=regex] fails if preceded by a combinator #52

terje7601 opened this issue Dec 5, 2010 · 1 comment

Comments

@terje7601
Copy link

All following selectors fail with a SelectorParseException:

div table[class~=x|y]
div > table[class~=x|y]
div + table[class~=x|y]
div ~ table[class~=x|y]

Note that

div, table[class~=x|y]
does not fail

Using: jsoup 1.4.1 and JDK 7 build 116

@jhy
Copy link
Owner

jhy commented Jan 18, 2011

Fixed issue when using descendant regex attribute selectors.

Closed by 53a207d

michael-simons pushed a commit to michael-simons/jsoup that referenced this issue Jul 12, 2011
michael-simons pushed a commit to michael-simons/jsoup that referenced this issue Jul 12, 2011
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants