diff -r 1d683e243d8d -r cc705c956798 test/langtools/jdk/javadoc/doclet/testGroupName/TestGroupName.java --- a/test/langtools/jdk/javadoc/doclet/testGroupName/TestGroupName.java Thu May 17 08:41:01 2018 -0700 +++ b/test/langtools/jdk/javadoc/doclet/testGroupName/TestGroupName.java Thu May 17 12:59:53 2018 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -23,7 +23,7 @@ /* * @test - * @bug 8190003 + * @bug 8190003 8196201 * @summary Special characters in group names should be escaped * @library /tools/lib ../lib * @modules jdk.javadoc/jdk.javadoc.internal.tool @@ -64,7 +64,7 @@ checkExit(Exit.OK); checkOutput("overview-summary.html", true, - "abc < & > def", + "abc < & > def", ",\"abc < & > def\"],"); } @@ -97,7 +97,7 @@ checkExit(Exit.OK); checkOutput("overview-summary.html", true, - "abc < & > def", + "abc < & > def", ",\"abc < & > def\"],"); } }