+ "<META name=\"keywords\" content=\"SpamCop spam cop email filter abuse header headers parse parser utility script net net-abuse filter mail program system trace traceroute dns\">\n"
+ "<META name=\"language\" content=\"en\">\n"
+ "<META name=\"owner\" content=\"service@admin.spamcop.net\">\n"
+ "<META HTTP-EQUIV=\"content-type\" CONTENT=\"text/html; charset=ISO-8859-1\">",
"http://www.google.com/test/index.html");
MetaTagScanner scanner = new MetaTagScanner("-t");
parser.addScanner(scanner);
parseAndAssertNodeCount(11);
assertTrue("Node 5 should be End Tag", node[5] instanceof EndTag);
assertTrue("Node 6 should be META Tag", node[6] instanceof MetaTag);