Initial support for BCP47 tags

- needs script/variant support
- currently only region(s) supported
This commit is contained in:
Connor Tumbleson
2015-02-17 11:48:39 -06:00
parent 1788ca061b
commit af65dea319
3 changed files with 29 additions and 2 deletions

View File

@ -182,6 +182,11 @@ public class BuildAndDecodeTest {
compareValuesFiles("values-watch/strings.xml");
}
@Test
public void bcp47tagTest() throws BrutException, IOException {
compareValuesFiles("values-ast-rES/strings.xml");
}
@Test
public void drawableNoDpiTest() throws BrutException, IOException {
compareResFolder("drawable-nodpi");

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="test1">test1</string>
</resources>