test/nashorn/script/basic/JDK-8073640.js
author erikj
Tue, 12 Sep 2017 19:03:39 +0200
changeset 47216 71c04702a3d5
parent 47039 nashorn/test/script/basic/JDK-8073640.js@c7bdfebc55a9
permissions -rw-r--r--
8187443: Forest Consolidation: Move files to unified layout Reviewed-by: darcy, ihse
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47039
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
     1
/*
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
     2
 * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
     4
 *
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
     7
 * published by the Free Software Foundation.
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
     8
 *
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    13
 * accompanied this code).
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    14
 *
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    18
 *
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    21
 * questions.
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    22
 */
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    23
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    24
/**
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    25
 * JDK-8073640: Nashorn scripting: here document with only whitespace gives error
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    26
 *
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    27
 * @test
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    28
 * @option -scripting
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    29
 * @run
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    30
 */
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    31
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    32
/*case 1*/
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    33
print(<<EOD);
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    34
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    35
EOD
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    36
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    37
/*case 2*/
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    38
print(<<EOD);
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    39
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    40
line2
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    41
line3
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    42
EOD
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    43
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    44
/*case 3*/
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    45
print(<<EOD);
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    46
line1
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    47
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    48
line3
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    49
EOD
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    50
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    51
/*case 4*/
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    52
print(<<EOD);
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    53
line1
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    54
line2
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    55
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    56
EOD
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    57
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    58
/*case 5*/
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    59
print(<<EOD);
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    60
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    61
line2
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    62
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    63
line4
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    64
c7bdfebc55a9 8073640: Nashorn scripting: here document with only whitespace gives error
sdama
parents:
diff changeset
    65
EOD