public void test23() throws ParserException {
assertEquals("test23 failed", "http://a/g", (new LinkProcessor()).extract("../../../g", baseURI));
}
public void test24() throws ParserException {
assertEquals("test24 failed", "http://a/g", (new LinkProcessor()).extract("../../../../g", baseURI));
}