ChlineSaurus commented on code in PR #3084:
URL: https://github.com/apache/jackrabbit-oak/pull/3084#discussion_r3820412581
##########
oak-core/src/test/java/org/apache/jackrabbit/oak/query/index/TraversingIndexQueryTest.java:
##########
@@ -500,6 +500,15 @@ public void testMultipleRelativeProperties() throws
Exception {
assertQuery("//*[*/@d < 3]", "xpath", Arrays.asList("/content"));
}
+ @Test
+ public void testXmlNameCharsInPathAreQueryable() throws Exception {
+
root.getTree("/").addChild("content").addChild("m·d").addChild("child");
Review Comment:
Updated 😌
Btw. if I should first merge against an Oak branch, I'm happy to do so, but
I can't create branches on my own.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]