test/jdk/java/lang/String/StripIndent.java
changeset 58713 ad69fd32778e
parent 55260 cc0f117f4405
child 59037 3d2575331a41
equal deleted inserted replaced
58712:14e098407bb0 58713:ad69fd32778e
    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  * @run main StripIndent
    28  * @compile --enable-preview -source 14 StripIndent.java
       
    29  * @run main/othervm --enable-preview StripIndent
    29  */
    30  */
    30 
    31 
    31 public class StripIndent {
    32 public class StripIndent {
    32     public static void main(String... arg) {
    33     public static void main(String... arg) {
    33         test1();
    34         test1();