mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-02 15:17:56 +01:00
Merge branch 'wip-2.0' of github.com:eyecatchup/Apktool into eyecatchup-wip-2.0
This commit is contained in:
commit
0949a6c50f
@ -104,7 +104,8 @@ public class AnalysisTest {
|
||||
className.substring(1, className.length() - 1));
|
||||
String smaliContents = readResource(smaliPath);
|
||||
|
||||
Assert.assertEquals(smaliContents.replace("\r\n", "\n"), stringWriter.toString().replace("\r\n", "\n"));
|
||||
Assert.assertEquals(smaliContents.replace("\r", "").replace("\n", System.lineSeparator()),
|
||||
stringWriter.toString().replace("\r", "").replace("\n", System.lineSeparator()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user