--- old/test/langtools/jdk/javadoc/doclet/testIndexInPackageFiles/TestIndexInPackageFiles.java 2020-01-07 15:25:18.000000000 +0100 +++ new/test/langtools/jdk/javadoc/doclet/testIndexInPackageFiles/TestIndexInPackageFiles.java 2020-01-07 15:25:17.000000000 +0100 @@ -88,15 +88,15 @@ // to match the A-Z index files checked here. checkOutput("p/q/package-summary.html", true, - "test.name.1", - "test.property.1"); + "test.name.1", + "test.property.1"); checkOutput("p/q/doc-files/extra.html", true, - "test.name.2", - "test.property.2"); + "test.name.2", + "test.property.2"); checkOutput("index.html", true, - "test.name.3"); + "test.name.3"); checkOutput("index-all.html", true, "test.name.1",