Fix a bug in how OP_SETLIST is handled. Includes new test case.

This commit is contained in:
Ian Farmer
2007-07-12 04:06:41 +00:00
parent f7d6a49acb
commit 2a28925f74
4 changed files with 34 additions and 2 deletions

View File

@@ -51,6 +51,10 @@ public class LuaJTest extends TestCase {
runTest( "upvalues2" );
}
public void testSetlist() throws IOException, InterruptedException {
runTest( "setlist" );
}
private void runTest( String testName ) throws IOException, InterruptedException {
// add LuaJava bindings
LuaJava.install();