test/script/error/NASHORN-154/README

Wed, 05 Sep 2018 01:21:35 -0700

author
diazhou
date
Wed, 05 Sep 2018 01:21:35 -0700
changeset 2374
037913b52507
parent 0
b1a7da25b547
permissions
-rw-r--r--

Added tag jdk8u192-b09 for changeset 456c0d45c43b

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

mercurial