Skip to content

Commit fa08cef

Browse files
committed
test: test for grammatical inflection
1 parent 00c7eee commit fa08cef

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

brut.apktool/apktool-lib/src/test/java/brut/androlib/aapt2/BuildAndDecodeTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ public void valuesBcp47LanguageVariantTest() throws BrutException {
8686
compareValuesFiles("values-b+iw+660/strings.xml");
8787
}
8888

89+
@Test
90+
public void valuesGrammaticalGenderTest() throws BrutException {
91+
compareValuesFiles("values-neuter/strings.xml");
92+
compareValuesFiles("values-feminine/strings.xml");
93+
}
94+
8995
@Test
9096
public void valuesBcp47LanguageScriptRegionVariantTest() throws BrutException {
9197
compareValuesFiles("values-b+ast+Latn+IT+AREVELA/strings.xml");

0 commit comments

Comments
 (0)