public void test35() throws ParserException {
assertEquals("test35 failed", "http://a/b/c/g;x=1/y", (new LinkProcessor()).extract("g;x=1/./y", baseURI));
}
public void test36() throws ParserException {
assertEquals("test36 failed", "http://a/b/c/y", (new LinkProcessor()).extract("g;x=1/../y", baseURI));
}