langtools/test/com/sun/javadoc/AuthorDD/AuthorDD.java
changeset 1787 1aa079321cd2
parent 1475 19c0851667ca
child 1788 ced0a1a7ec80
equal deleted inserted replaced
1753:d4c11dcedac3 1787:1aa079321cd2
    84      */
    84      */
    85     private static final String[][] testArray = {
    85     private static final String[][] testArray = {
    86 
    86 
    87              // Test single @since tag:
    87              // Test single @since tag:
    88 
    88 
    89             { "<DT><B>Since:</B></DT>"+NL+"  <DD>JDK 1.0</DD>",
    89             { "<DT><STRONG>Since:</STRONG></DT>"+NL+"  <DD>JDK 1.0</DD>",
    90                                   BUGID + FS + "p1" + FS + "C1.html" },
    90                                   BUGID + FS + "p1" + FS + "C1.html" },
    91 
    91 
    92             // Test multiple @author tags:
    92             // Test multiple @author tags:
    93 
    93 
    94             { "<DT><B>Author:</B></DT>"+NL+"  <DD>Doug Kramer, Jamie, Neal</DD>"+NL,
    94             { "<DT><STRONG>Author:</STRONG></DT>"+NL+"  <DD>Doug Kramer, Jamie, Neal</DD>"+NL,
    95                                   BUGID + FS + "p1" + FS + "C1.html" },
    95                                   BUGID + FS + "p1" + FS + "C1.html" },
    96 
    96 
    97         };
    97         };
    98 
    98 
    99     public static void runTestsOnHTML(String[][] testArray) {
    99     public static void runTestsOnHTML(String[][] testArray) {