Fix typo in IsBool and add coverage test. Report and fix by Code Violet.
This commit is contained in:
@@ -301,6 +301,7 @@ class Test03_Optimizer(UnitTestCase):
|
||||
f += 4; f += -4.3;
|
||||
integer i;
|
||||
i = llGetListLength(L);
|
||||
if (i&&llSameGroup(llGetOwner())) ++i;
|
||||
i *= -3.0;
|
||||
print(3+2);
|
||||
i |= !i;
|
||||
|
||||
Reference in New Issue
Block a user