jdk-24/nashorn/test/script/nosecurity/JDK-8130127.js.EXPECTED
Srinivas Dama 18a725ff0c 8130351: JDK-8130127.js fails under cygwin: cygwin path pased to Java
Jjs uses jline which expects newline character to terminate interactive input

Reviewed-by: sundar, jlaskey
2016-12-01 08:12:06 -08:00

8 lines
36 B
Plaintext

jjs> print('hello')
hello
jjs>