test/script/nosecurity/readprint.js

Fri, 14 Jul 2017 14:30:06 -0700

author
asaha
date
Fri, 14 Jul 2017 14:30:06 -0700
changeset 2184
e474dc29c216
parent 1819
5e1012e665bf
permissions
-rw-r--r--

Merge

mhaupt@1819 1 /*
mhaupt@1819 2 * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
mhaupt@1819 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
mhaupt@1819 4 *
mhaupt@1819 5 * This code is free software; you can redistribute it and/or modify it
mhaupt@1819 6 * under the terms of the GNU General Public License version 2 only, as
mhaupt@1819 7 * published by the Free Software Foundation.
mhaupt@1819 8 *
mhaupt@1819 9 * This code is distributed in the hope that it will be useful, but WITHOUT
mhaupt@1819 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
mhaupt@1819 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
mhaupt@1819 12 * version 2 for more details (a copy is included in the LICENSE file that
mhaupt@1819 13 * accompanied this code).
mhaupt@1819 14 *
mhaupt@1819 15 * You should have received a copy of the GNU General Public License version
mhaupt@1819 16 * 2 along with this work; if not, write to the Free Software Foundation,
mhaupt@1819 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
mhaupt@1819 18 *
mhaupt@1819 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
mhaupt@1819 20 * or visit www.oracle.com if you need additional information or have any
mhaupt@1819 21 * questions.
mhaupt@1819 22 */
mhaupt@1819 23
mhaupt@1819 24 /**
mhaupt@1819 25 * This is a dummy script accompanying JDK-8130127.js.
mhaupt@1819 26 *
mhaupt@1819 27 * @subtest
mhaupt@1819 28 * @run ignore supplemental
mhaupt@1819 29 */
mhaupt@1819 30
mhaupt@1819 31 var l = readLine()
mhaupt@1819 32 print(l)
mhaupt@1819 33

mercurial