jdk-24/nashorn/test/script/error/NASHORN-154
James Laskey 311f43d5a6 8005663: Update copyright year to 2013
Reviewed-by: sundar
2013-01-04 09:58:33 -04:00
..
function_mult_params_in_strict.js 8005663: Update copyright year to 2013 2013-01-04 09:58:33 -04:00
function_mult_params_in_strict.js.EXPECTED 8005403: Open-source Nashorn 2012-12-21 16:36:24 -04:00
improper_return_break_continue.js 8005663: Update copyright year to 2013 2013-01-04 09:58:33 -04:00
improper_return_break_continue.js.EXPECTED 8005403: Open-source Nashorn 2012-12-21 16:36:24 -04:00
invalid_lvalue.js 8005663: Update copyright year to 2013 2013-01-04 09:58:33 -04:00
invalid_lvalue.js.EXPECTED 8005403: Open-source Nashorn 2012-12-21 16:36:24 -04:00
literal_data_and_accessor.js 8005663: Update copyright year to 2013 2013-01-04 09:58:33 -04:00
literal_data_and_accessor.js.EXPECTED 8005403: Open-source Nashorn 2012-12-21 16:36:24 -04:00
literal_mult_getters.js 8005663: Update copyright year to 2013 2013-01-04 09:58:33 -04:00
literal_mult_getters.js.EXPECTED 8005403: Open-source Nashorn 2012-12-21 16:36:24 -04:00
literal_mult_prop_in_strict.js 8005663: Update copyright year to 2013 2013-01-04 09:58:33 -04:00
literal_mult_prop_in_strict.js.EXPECTED 8005403: Open-source Nashorn 2012-12-21 16:36:24 -04:00
README 8005403: Open-source Nashorn 2012-12-21 16:36:24 -04:00
with_in_strict.js 8005663: Update copyright year to 2013 2013-01-04 09:58:33 -04:00
with_in_strict.js.EXPECTED 8005403: Open-source Nashorn 2012-12-21 16:36:24 -04:00

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