jdk/test/java/lang/Character/CheckScript.java
changeset 14411 65913e68c0a6
parent 14342 8435a30053c1
child 31680 88c53c2293b4
equal deleted inserted replaced
14410:4d59642be50d 14411:65913e68c0a6
    22  * questions.
    22  * questions.
    23  */
    23  */
    24 
    24 
    25 /**
    25 /**
    26  * @test
    26  * @test
    27  * @bug 6945564 6959267 7033561 7070436
    27  * @bug 6945564 6959267 7033561 7070436 7198195
    28  * @summary  Check that the j.l.Character.UnicodeScript
    28  * @summary  Check that the j.l.Character.UnicodeScript
    29  */
    29  */
    30 
    30 
    31 import java.io.*;
    31 import java.io.*;
    32 import java.util.*;
    32 import java.util.*;