231232233234235236237
segments = getSegments("cq:Page cq:Page2 + cq:Page3"); Assert.assertEquals(getSegments("cq:Page", " ", "cq:Page2", "+", "cq:Page3"), segments); } private static Attribute pp(String key, String value) { return new Attribute(key, "=", value); }