test/script/error/NASHORN-154/README

Tue, 16 Aug 2016 21:41:28 -0700

author
asaha
date
Tue, 16 Aug 2016 21:41:28 -0700
changeset 1989
de8a9d055c88
parent 0
b1a7da25b547
permissions
-rw-r--r--

Added tag jdk8u102-b33 for changeset 36e3c21b5fca

     1 Section 16 of ECMAScript 5.1 spec details a set of "early errors". Early
     2 errors should be reported before running any line of the script containing
     3 such error(s). Examples include syntax error, errors in regexp literals etc.
     4 This directory contains tests to check early errors are reported as early
     5 errors. Each test starts with a print call -- the output from print should 
     6 not be seen in expected output. If seen, early errors are reported late.

mercurial