test: add "$" leading resource test

This commit is contained in:
Connor Tumbleson 2018-06-14 16:30:16 -04:00
parent b984507f6c
commit 39ab6b636b
2 changed files with 6 additions and 0 deletions

View File

@ -77,6 +77,11 @@ public class BuildAndDecodeTest extends BaseTest {
compareXmlFiles("res/navigation/nav_graph.xml");
}
@Test
public void leadingDollarSignResourceNameTest() throws BrutException {
compareXmlFiles("res/drawable/$avd_hide_password__0.xml");
}
@Test
public void confirmManifestStructureTest() throws BrutException {
compareXmlFiles("AndroidManifest.xml");

View File

@ -0,0 +1 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"></vector>