We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello.
String html = "<div><span>abc</span><a>def</a></div>"; Document doc = Jsoup.parseBodyFragment(html); System.out.println(doc.select("div:has(span + a)").size()); // expected = 1, fact = 0
jsoup 1.17.2 = everything ok
The text was updated successfully, but these errors were encountered:
7e2d503
Thanks! Fixed. And also fixed #2131 (effective dupe)
Sorry, something went wrong.
jhy
No branches or pull requests
Hello.
jsoup 1.17.2 = everything ok
The text was updated successfully, but these errors were encountered: