diff -r 0de5837d0fc5 -r 754e0a7bdd44 LuaAPI.wiki --- a/LuaAPI.wiki Wed Oct 04 11:48:28 2017 +0100 +++ b/LuaAPI.wiki Wed Oct 04 16:11:51 2017 +0200 @@ -1373,4 +1373,6 @@ Calling this function ends an engine test and reports a test result. -`success` is either one of `TEST_SUCCESSFUL` to report a successful test or `TEST_FAILED` for a failed test. \ No newline at end of file +`success` is either one of `TEST_SUCCESSFUL` to report a successful test or `TEST_FAILED` for a failed test. + +See [EngineTestCases] to learn more about testing the engine.