test/jdk/java/lang/String/StripIndent.java
changeset 59037 3d2575331a41
parent 58713 ad69fd32778e
equal deleted inserted replaced
59036:642d7d7ed426 59037:3d2575331a41
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8223775
    26  * @bug 8223775
    27  * @summary This exercises String#stripIndent patterns and limits.
    27  * @summary This exercises String#stripIndent patterns and limits.
    28  * @compile --enable-preview -source 14 StripIndent.java
    28  * @compile --enable-preview -source ${jdk.version} StripIndent.java
    29  * @run main/othervm --enable-preview StripIndent
    29  * @run main/othervm --enable-preview StripIndent
    30  */
    30  */
    31 
    31 
    32 public class StripIndent {
    32 public class StripIndent {
    33     public static void main(String... arg) {
    33     public static void main(String... arg) {