Improve debug lib consistency with lua 5.2

This commit is contained in:
James Roseborough
2012-09-16 18:08:52 +00:00
parent e2646669d6
commit c4b9076b04
6 changed files with 348 additions and 134 deletions

View File

@@ -52,6 +52,7 @@ public class ErrorsTest extends ScriptDrivenTest {
runTest("baselibargs");
}
public void testCoroutineLibArgs() { runTest("coroutinelibargs"); }
public void testDebugLibArgs() { runTest("debuglibargs"); }
public void testIoLibArgs() { runTest("iolibargs"); }
public void testMathLibArgs() { runTest("mathlibargs"); }
public void testModuleLibArgs() { runTest("modulelibargs"); }