Index: src/plugin/parse-html/src/test/org/apache/nutch/parse/html/TestDOMContentUtils.java
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/plugin/parse-html/src/test/org/apache/nutch/parse/html/TestDOMContentUtils.java	(revision 1436737)
+++ src/plugin/parse-html/src/test/org/apache/nutch/parse/html/TestDOMContentUtils.java	(revision )
@@ -150,6 +150,7 @@
         + "</body></html>"), 
     new String("<html><head><title> title </title>"
         + "</head><body>"
+        + "<a href=\"g0\"></a>"
         + "<a href=\"g\"><!--no anchor--></a>"
         + "<a href=\"g1\"> <!--whitespace-->  </a>"
         + "<a href=\"g2\">  <img src=test.gif alt='bla bla'> </a>"
@@ -302,6 +303,7 @@
            new Outlink("http://www.nutch.org/;something?y=1;somethingelse", "anchor5")
          },
          {
+           new Outlink("http://www.nutch.org/g0",""),
            new Outlink("http://www.nutch.org/g", ""),
            new Outlink("http://www.nutch.org/g1", ""),
            new Outlink("http://www.nutch.org/g2", "bla bla"),
