createParser(
"<LI><font color=\"FF0000\" size=-1><b>Tech Samachar:</b></font><a \n"
+ "href=\"http://ads.samachar.com/bin/redirect/tech.txt?http://www.samachar.com/tech\n"
+ "nical.html\"> Journalism 3.0</a> by Rajesh Jain");
Parser.setLineSeparator("\r\n");
parser.addScanner(new LinkScanner("-l"));
parseAndAssertNodeCount(8);
assertTrue(
"Seventh node should be a link tag",
node[6] instanceof LinkTag);
LinkTag linkTag = (LinkTag) node[6];