< prev index next >

test/langtools/jdk/javadoc/doclet/testLiteralCodeInPre/TestLiteralCodeInPre.java

Print this page




  74                 + "<div class=\"block\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n"
  75                 + " Example:  <pre>\n"
  76                 + "   line 0 @Override\n"
  77                 + "   line 1 &lt;T&gt; void m(T t) {\n"
  78                 + "   line 2     // do something with T\n"
  79                 + "   line 3 }\n"
  80                 + " </pre>\n"
  81                 + " and so it goes.</div>",
  82                 "recommended_usage_literal()</pre>\n"
  83                 + "<div class=\"block\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n"
  84                 + " Example:  <pre>\n"
  85                 + "   line 0 @Override\n"
  86                 + "   line 1 &lt;T&gt; void m(T t) {\n"
  87                 + "   line 2     // do something with T\n"
  88                 + "   line 3 } </pre>\n"
  89                 + " and so it goes.</div>",
  90                 "<div class=\"block\">Test for html in pre, note the spaces\n"
  91                 + " <PRE>\n"
  92                 + " <b>id           </b>\n"
  93                 + " </PRE></div>",
  94                 "<pre class=\"methodSignature\">public&nbsp;void&nbsp;htmlAttrInPre1()</pre>\n"
  95                 + "<div class=\"block\">More html tag outliers.\n"
  96                 + " <pre>\n"
  97                 + " @Override\n"
  98                 + " <code> some.function() </code>\n"
  99                 + " </pre></div>");
 100     }
 101 }


  74                 + "<div class=\"block\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n"
  75                 + " Example:  <pre>\n"
  76                 + "   line 0 @Override\n"
  77                 + "   line 1 &lt;T&gt; void m(T t) {\n"
  78                 + "   line 2     // do something with T\n"
  79                 + "   line 3 }\n"
  80                 + " </pre>\n"
  81                 + " and so it goes.</div>",
  82                 "recommended_usage_literal()</pre>\n"
  83                 + "<div class=\"block\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n"
  84                 + " Example:  <pre>\n"
  85                 + "   line 0 @Override\n"
  86                 + "   line 1 &lt;T&gt; void m(T t) {\n"
  87                 + "   line 2     // do something with T\n"
  88                 + "   line 3 } </pre>\n"
  89                 + " and so it goes.</div>",
  90                 "<div class=\"block\">Test for html in pre, note the spaces\n"
  91                 + " <PRE>\n"
  92                 + " <b>id           </b>\n"
  93                 + " </PRE></div>",
  94                 "<pre>public&nbsp;void&nbsp;htmlAttrInPre1()</pre>\n"
  95                 + "<div class=\"block\">More html tag outliers.\n"
  96                 + " <pre>\n"
  97                 + " @Override\n"
  98                 + " <code> some.function() </code>\n"
  99                 + " </pre></div>");
 100     }
 101 }
< prev index next >