public void test14() throws ParserException {
assertEquals("test14 failed", "http://a/b/c/g;x", (new LinkProcessor()).extract("g;x", baseURI));
}
public void test15() throws ParserException {
assertEquals("test15 failed", "http://a/b/c/g;x?y#s", (new LinkProcessor()).extract("g;x?y#s", baseURI));
}