404405406407408409410
public void test29() throws ParserException { assertEquals( "test29 failed", "http://a/b/c/g..", (new LinkProcessor()).extract("g..", baseURI)); }
411412413414415416417
public void test30() throws ParserException { assertEquals( "test30 failed", "http://a/b/c/..g", (new LinkProcessor()).extract("..g", baseURI)); }