jdk-24/test/nashorn/script/basic/eval.js.EXPECTED
2017-09-12 19:03:39 +02:00

16 lines
145 B
Plaintext

eval.length 1
100
1100
200
2200
100
2200
300
3300
100
3300
is syntax error? true
SyntaxError:69:Missing close quote
print('hello)
^