test/nashorn/script/basic/eval.js.EXPECTED
changeset 47216 71c04702a3d5
parent 20929 f2bd18181940
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/nashorn/script/basic/eval.js.EXPECTED	Tue Sep 12 19:03:39 2017 +0200
@@ -0,0 +1,15 @@
+eval.length 1
+100
+1100
+200
+2200
+100
+2200
+300
+3300
+100
+3300
+is syntax error? true
+SyntaxError:69:Missing close quote
+print('hello)
+             ^