mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-09 16:58:09 +00:00
spelling: if
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
2489671751
commit
795c5fe1e0
@@ -218,7 +218,7 @@ public class ActionScript2DeobfuscatorTest extends ActionScript2TestBase {
|
||||
fail("unreachable if onTrue 3 not removed");
|
||||
}
|
||||
if (!res.contains("\"OK\"")) {
|
||||
fail("reachable of onTrue removed");
|
||||
fail("reachable if onTrue removed");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -390,7 +390,7 @@ public class ActionScript3DeobfuscatorTest extends ActionScriptTestBase {
|
||||
fail("unreachable if onTrue 3 not removed");
|
||||
}
|
||||
if (!res.contains("\"OK\"")) {
|
||||
fail("reachable of onTrue removed");
|
||||
fail("reachable if onTrue removed");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user