test/com/sun/javadoc/testConstructorIndent/TestConstructorIndent.java

changeset 1744
76a691e3e961
parent 1743
6a5288a298fd
child 2147
130b8c0e570e
     1.1 --- a/test/com/sun/javadoc/testConstructorIndent/TestConstructorIndent.java	Tue May 14 10:14:54 2013 -0700
     1.2 +++ b/test/com/sun/javadoc/testConstructorIndent/TestConstructorIndent.java	Tue May 14 10:14:54 2013 -0700
     1.3 @@ -47,8 +47,8 @@
     1.4      private static final String[][] TEST = {
     1.5          {BUG_ID + FS + "C.html", "<div class=\"block\">" +
     1.6                   "This is just a simple constructor.</div>" + NL +
     1.7 -                 "<dl><dt><span class=\"strong\">Parameters:</span></dt>" + NL +
     1.8 -                 "<dd><code>i</code> - a param.</dd></dl>"
     1.9 +                 "<dl>" + NL + "<dt><span class=\"strong\">Parameters:</span></dt>" + NL +
    1.10 +                 "<dd><code>i</code> - a param.</dd>" + NL +"</dl>"
    1.11          }
    1.12      };
    1.13      private static final String[][] NEGATED_TEST = NO_TEST;

mercurial