Add a new test case for upvalues, and enhance upvalue handling so that
they pass.
This commit is contained in:
@@ -47,6 +47,10 @@ public class LuaJTest extends TestCase {
|
||||
runTest( "upvalues" );
|
||||
}
|
||||
|
||||
public void testUpvalues2() throws IOException, InterruptedException {
|
||||
runTest( "upvalues2" );
|
||||
}
|
||||
|
||||
private void runTest( String testName ) throws IOException, InterruptedException {
|
||||
// add LuaJava bindings
|
||||
LuaJava.install();
|
||||
|
||||
Reference in New Issue
Block a user