Merge pull request #1819 from iBotPeaches/issue-1817

Add support for leading "$" again
This commit is contained in:
Connor Tumbleson 2018-06-17 10:53:03 -04:00 committed by GitHub
commit 92bec503e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 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>