test/langtools/tools/doclint/html/EntitiesTest.java
changeset 55352 1357c4996b2e
parent 47216 71c04702a3d5
--- a/test/langtools/tools/doclint/html/EntitiesTest.java	Wed Jun 12 14:14:39 2019 -0700
+++ b/test/langtools/tools/doclint/html/EntitiesTest.java	Wed Jun 12 23:21:24 2019 +0200
@@ -294,23 +294,35 @@
     * ‹ ‹
     * › ›
     * € €
+    * / /
+    * ⨂ ⨂
+    * ℧ ࡏ
+    * ― ―
+    * ⌭ ⌭
     */
     void symbolic_entities() { }
 
     /**
+     * ⌫
+     *  
+     */
+    void other_numeric() {}
+
+    /**
      * &bad;
      */
     void bad_name() { }
 
     /**
+     * �
+     * 
      * 
-     * ࡏ
+     * �
+     * �
      */
     void out_of_range() { }
 
     /**
-     * ―
-     * ⌫
      * 
      */
     void sparse_negative() { }