Add implicit LString to number coercions.

This commit is contained in:
Ian Farmer
2007-07-22 06:20:14 +00:00
parent daf71ee672
commit ee5007e718
5 changed files with 48 additions and 13 deletions

View File

@@ -51,6 +51,10 @@ public class LuaJTest extends TestCase {
runTest( "boolean" );
}
public void testCoercions() throws IOException, InterruptedException {
runTest( "coercions" );
}
public void testCompare() throws IOException, InterruptedException {
runTest( "compare" );
}