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
last()
<root> <test foo="bar">First</test> <test foo="bar">Second</test> <test foo="xyz">Third</test> </root>
This from #76
expected:
<test foo="bar">Second</test>
actually:
not found
//test[@foo='bar'][last()]
expected
The text was updated successfully, but these errors were encountered:
add cacheQuery to fix last() not working on subgroup. #76, #78
cacheQuery
dfece7e
fix goroutines deadlock (htmlquery#58)[antchfx/htmlquery#58], rollbac…
f6c2a72
…k to `Clone()` method supports concurrent query. #76,#78
fix last() #76,#78
ef5e98c
fixed https://github.com/antchfx/xpath/releases/tag/v1.2.3
Sorry, something went wrong.
No branches or pull requests
Test:
This from #76
expected:
actually:
not found
//test[@foo='bar'][last()]
expected
actually:
not found
The text was updated successfully, but these errors were encountered: