test/langtools/jdk/javadoc/doclet/testOptions/TestOptions.java
changeset 51127 c2e676c2cf7b
parent 49879 601277b1d582
child 53097 2e82ca64b25d
equal deleted inserted replaced
51126:a25c48c0a1ab 51127:c2e676c2cf7b
   205         checkOutput("linksource/Properties.html", true,
   205         checkOutput("linksource/Properties.html", true,
   206                 "<pre>public class <a href=\"../src-html/linksource/Properties.html#line.29\">"
   206                 "<pre>public class <a href=\"../src-html/linksource/Properties.html#line.29\">"
   207                 + "Properties</a>",
   207                 + "Properties</a>",
   208                 "<pre>public&nbsp;java.lang.Object <a href="
   208                 "<pre>public&nbsp;java.lang.Object <a href="
   209                 + "\"../src-html/linksource/Properties.html#line.31\">someProperty</a></pre>",
   209                 + "\"../src-html/linksource/Properties.html#line.31\">someProperty</a></pre>",
   210                 "<pre>public&nbsp;java.lang.Object&nbsp;<a href="
   210                 "<pre class=\"methodSignature\">public&nbsp;java.lang.Object&nbsp;<a href="
   211                 + "\"../src-html/linksource/Properties.html#line.31\">someProperty</a>()</pre>");
   211                 + "\"../src-html/linksource/Properties.html#line.31\">someProperty</a>()</pre>");
   212 
   212 
   213         checkOutput("src-html/linksource/Properties.html", true,
   213         checkOutput("src-html/linksource/Properties.html", true,
   214                 "<title>Source code</title>",
   214                 "<title>Source code</title>",
   215                 "<span class=\"sourceLineNo\">031</span><a id=\"line.31\">    "
   215                 "<span class=\"sourceLineNo\">031</span><a id=\"line.31\">    "
   220                 + "SomeClass</a>\nextends java.lang.Object</pre>",
   220                 + "SomeClass</a>\nextends java.lang.Object</pre>",
   221                 "<pre>public&nbsp;int <a href=\"../src-html/linksource/SomeClass.html#line.31\">"
   221                 "<pre>public&nbsp;int <a href=\"../src-html/linksource/SomeClass.html#line.31\">"
   222                 + "field</a></pre>",
   222                 + "field</a></pre>",
   223                 "<pre>public&nbsp;<a href=\"../src-html/linksource/SomeClass.html#line.33\">"
   223                 "<pre>public&nbsp;<a href=\"../src-html/linksource/SomeClass.html#line.33\">"
   224                 + "SomeClass</a>()</pre>",
   224                 + "SomeClass</a>()</pre>",
   225                 "<pre>public&nbsp;int&nbsp;<a href=\"../src-html/linksource/SomeClass.html#line.36\">"
   225                 "<pre class=\"methodSignature\">public&nbsp;int&nbsp;<a href=\"../src-html/linksource/SomeClass.html#line.36\">"
   226                 + "method</a>()</pre>");
   226                 + "method</a>()</pre>");
   227 
   227 
   228         checkOutput("src-html/linksource/SomeClass.html", true,
   228         checkOutput("src-html/linksource/SomeClass.html", true,
   229                 "<title>Source code</title>",
   229                 "<title>Source code</title>",
   230                 "<span class=\"sourceLineNo\">029</span><a id=\"line.29\">"
   230                 "<span class=\"sourceLineNo\">029</span><a id=\"line.29\">"