Fix a bug in how comparison instructions are handled: the 'a' intruction field

was ignored.  Includes new test case.
This commit is contained in:
Ian Farmer
2007-07-15 20:33:20 +00:00
parent ba3da1ca2c
commit c65dec54fb
4 changed files with 17 additions and 1 deletions

View File

@@ -43,6 +43,10 @@ public class LuaJTest extends TestCase {
runTest( "test7" );
}
public void testCompare() throws IOException, InterruptedException {
runTest( "compare" );
}
public void testUpvalues() throws IOException, InterruptedException {
runTest( "upvalues" );
}