Skip to content

Commit

Permalink
test: test for grammatical inflection
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Oct 4, 2023
1 parent 00c7eee commit fa08cef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ public void valuesBcp47LanguageVariantTest() throws BrutException {
compareValuesFiles("values-b+iw+660/strings.xml");
}

@Test
public void valuesGrammaticalGenderTest() throws BrutException {
compareValuesFiles("values-neuter/strings.xml");
compareValuesFiles("values-feminine/strings.xml");
}

@Test
public void valuesBcp47LanguageScriptRegionVariantTest() throws BrutException {
compareValuesFiles("values-b+ast+Latn+IT+AREVELA/strings.xml");
Expand Down
Loading

0 comments on commit fa08cef

Please sign in to comment.