mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 22:24:25 +02:00
test: add "$" leading resource test
This commit is contained in:
parent
b984507f6c
commit
39ab6b636b
@ -77,6 +77,11 @@ public class BuildAndDecodeTest extends BaseTest {
|
|||||||
compareXmlFiles("res/navigation/nav_graph.xml");
|
compareXmlFiles("res/navigation/nav_graph.xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void leadingDollarSignResourceNameTest() throws BrutException {
|
||||||
|
compareXmlFiles("res/drawable/$avd_hide_password__0.xml");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void confirmManifestStructureTest() throws BrutException {
|
public void confirmManifestStructureTest() throws BrutException {
|
||||||
compareXmlFiles("AndroidManifest.xml");
|
compareXmlFiles("AndroidManifest.xml");
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"></vector>
|
Loading…
x
Reference in New Issue
Block a user