Attila Szegedi 5ec014a881 8044638: Tidy up Nashorn codebase for code standards
Reviewed-by: lagergren, sundar
2014-06-04 13:08:57 +02:00
..
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.