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
main branch
main
The following test fails on the last assertThat when added to XPathMatcherTest
assertThat
XPathMatcherTest
@Test void noMatterWhereAttributeSelection() { assertThat(match("/dependencies/dependency/artifactId[@scope='compile']", xmlDoc)).isTrue(); assertThat(match("//artifactId[@scope='compile']", xmlDoc)).isTrue(); assertThat(match("//dependency/artifactId[@scope='compile']", xmlDoc)).isTrue(); }
I always want to, but time is short:( #4269 is currently more concerning for us:)
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Thanks again @DidierLoiseau !
No branches or pull requests
What version of OpenRewrite are you using?
main
branchHow are you running OpenRewrite?
The following test fails on the last
assertThat
when added toXPathMatcherTest
Are you interested in contributing a fix to OpenRewrite?
I always want to, but time is short:( #4269 is currently more concerning for us:)
The text was updated successfully, but these errors were encountered: