0ad/source/scriptinterface/tests
wraitii 1e8299dcdb Fix off-by-one line number in JS error reporting.
Post SM60 upgrade, CompileFunction started actually adding a line in
front of the source buffer, shifting the error reporting in the
simulation and other callers of LoadScript.
The GUI isn't affected as it uses LoadGlobalScript, which uses Evaluate
directly.

Refs #5859
Fixes #5895

Differential Revision: https://code.wildfiregames.com/D3257
This was SVN commit r24455.
2020-12-27 07:51:30 +00:00
..
test_ScriptConversions.h Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
test_ScriptInterface.h Fix off-by-one line number in JS error reporting. 2020-12-27 07:51:30 +00:00