test/langtools/jdk/javadoc/doclet/testNestedGenerics/TestNestedGenerics.java
changeset 48654 36f58bd6269f
parent 47216 71c04702a3d5
child 49139 771616d26ca1
equal deleted inserted replaced
48653:89111a0e6355 48654:36f58bd6269f
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    46                 "pkg");
    46                 "pkg");
    47         checkExit(Exit.OK);
    47         checkExit(Exit.OK);
    48 
    48 
    49         checkOutput("pkg/NestedGenerics.html", true,
    49         checkOutput("pkg/NestedGenerics.html", true,
    50             "<div class=\"block\">Contains <a " +
    50             "<div class=\"block\">Contains <a " +
    51             "href=\"../pkg/NestedGenerics.html#foo-java.util.Map-\"><code>foo" +
    51             "href=\"#foo-java.util.Map-\"><code>foo" +
    52             "(java.util.Map&lt;A, java.util.Map&lt;A, A&gt;&gt;)</code></a></div>");
    52             "(java.util.Map&lt;A, java.util.Map&lt;A, A&gt;&gt;)</code></a></div>");
    53     }
    53     }
    54 }
    54 }