--- old/test/langtools/jdk/javadoc/doclet/testIndexTaglet/TestIndexTaglet.java 2020-01-07 15:25:19.000000000 +0100 +++ new/test/langtools/jdk/javadoc/doclet/testIndexTaglet/TestIndexTaglet.java 2020-01-07 15:25:19.000000000 +0100 @@ -76,8 +76,8 @@ checkOrder("pkg/A.html", "

Method Details

\n", - "
test description with search_phrase_a
"); + "
test description with search_phrase_a
"); checkOrder("pkg/A.html", "

Method Summary

\n", @@ -124,7 +124,7 @@ checkExit(Exit.OK); checkOutput("pkg/A.html", true, - "This is a class. Here is foo.", - "This is a method. Here is foo."); + "This is a class. Here is foo.", + "This is a method. Here is foo."); } }