cc116b1259
Upgrading JLine to 3.9.0 and updating jshell and jjs to the new JLine. Reviewed-by: rfield, sundar
4 lines
91 B
Plaintext
4 lines
91 B
Plaintext
jjs> var x = Object.create(null)jjs> jjs> print('PASSED')PASSED
|
|
jjs> exit(0)
|
|
exit code = 0
|