nashorn/test/script/nosecurity/parserapi_scripting.js.EXPECTED
changeset 29407 3fd4ede1581e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nashorn/test/script/nosecurity/parserapi_scripting.js.EXPECTED	Mon Mar 09 20:14:10 2015 +0530
@@ -0,0 +1,9 @@
+backquote1.js:1:0 Expected an operand but found error
+`ls`
+^
+heredoc1.js:1:10 Expected an operand but found <<
+var str = <<EOF
+          ^
+hashcomment1.js:1:0 Expected an operand but found error
+#comment
+^