Skip to content

Commit

Permalink
Some more exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 8, 2023
1 parent 15819be commit e4da658
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_data_languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"ja_Jpan": "Contains multiple scripts",
"aii_Cyrl": "Does indeed use Latin glyphs while writing Cyrillic",
"sel_Cyrl": "Does indeed use Latin glyphs while writing Cyrillic",
"ykg_Cyrl": "Does indeed use Latin glyphs (w) while writing Cyrillic",
"ady_Cyrl": "Does indeed use Latin glyphs (w) while writing Cyrillic",
"sla_Latn": "Does indeed use Cyrillic glyphs (ь) when written in Latin",
}

@pytest.mark.parametrize("lang_code", LANGUAGES)
Expand Down

0 comments on commit e4da658

Please sign in to comment.