diff -r ce5fd3ba3fea -r 355349babaf4 test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/TestNewLanguageFeatures.java --- a/test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/TestNewLanguageFeatures.java Wed Sep 27 14:23:41 2017 -0700 +++ b/test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/TestNewLanguageFeatures.java Wed Sep 27 16:47:07 2017 -0700 @@ -24,7 +24,7 @@ /* * @test * @bug 4789689 4905985 4927164 4827184 4993906 5004549 7025314 7010344 8025633 8026567 8162363 - * 8175200 + * 8175200 8186332 * @summary Run Javadoc on a set of source files that demonstrate new * language features. Check the output to ensure that the new * language features are properly documented. @@ -549,7 +549,7 @@ + "=\"Constructor Annotation\",\n" + " " + "required=1994)\n" - + "public AnnotationTypeUsage​()", + + "public AnnotationTypeUsage()", // METHOD "
@AnnotationType("
@@ -557,7 +557,7 @@
                 + "=\"Method Annotation\",\n"
                 + "                "
                 + "required=1994)\n"
-                + "public void method​()
", + + "public void method()", // METHOD PARAMS "
public void methodWithParams​("
                 + ""
@@ -630,11 +630,11 @@
                 // CONSTRUCTOR
                 "@AnnotationTypeUndocumented(optional=\"Constructor Annotation\",\n"
                 + "                required=1994)\n"
-                + "public AnnotationTypeUsage​()",
+                + "public AnnotationTypeUsage()",
                 // METHOD
                 "@AnnotationTypeUndocumented(optional=\"Method Annotation\",\n"
                 + "                required=1994)\n"
-                + "public void method​()");
+                + "public void method()");
 
         //=================================
         // Make sure annotation types do not