jdk/test/sun/nio/cs/TestTrailingEscapesISO2022JP.java
changeset 44115 bb4e971bf5d4
parent 5506 202f599c92aa
equal deleted inserted replaced
44114:c6c96b739bad 44115:bb4e971bf5d4
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25    @bug 4697605 4741233
    25  * @bug 4697605 4741233
    26    @summary Check decoder behaves correctly in ISO2022_JP
    26  * @summary Check decoder behaves correctly in ISO2022_JP
       
    27  * @modules jdk.charsets
    27  */
    28  */
    28 
    29 
    29 import java.io.*;
    30 import java.io.*;
    30 
    31 
    31 public class TestTrailingEscapesISO2022JP {
    32 public class TestTrailingEscapesISO2022JP {