mhaupt@1518: /* mhaupt@1518: * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. mhaupt@1518: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. mhaupt@1518: * mhaupt@1518: * This code is free software; you can redistribute it and/or modify it mhaupt@1518: * under the terms of the GNU General Public License version 2 only, as mhaupt@1518: * published by the Free Software Foundation. mhaupt@1518: * mhaupt@1518: * This code is distributed in the hope that it will be useful, but WITHOUT mhaupt@1518: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or mhaupt@1518: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License mhaupt@1518: * version 2 for more details (a copy is included in the LICENSE file that mhaupt@1518: * accompanied this code). mhaupt@1518: * mhaupt@1518: * You should have received a copy of the GNU General Public License version mhaupt@1518: * 2 along with this work; if not, write to the Free Software Foundation, mhaupt@1518: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. mhaupt@1518: * mhaupt@1518: * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA mhaupt@1518: * or visit www.oracle.com if you need additional information or have any mhaupt@1518: * questions. mhaupt@1518: */ mhaupt@1518: mhaupt@1518: /** mhaupt@1518: * JDK-8073613: Here documents: how to avoid string interpolation? mhaupt@1518: * mhaupt@1518: * @test mhaupt@1518: * @option -scripting mhaupt@1518: * @run mhaupt@1518: */ mhaupt@1518: mhaupt@1518: var a = 2, mhaupt@1518: b = 3 mhaupt@1518: mhaupt@1518: print(<