Skip to content

Commit

Permalink
add prefixes dict to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 committed Jan 7, 2025
1 parent e003989 commit d357082
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ protected static List<String> diskDict() {
HDTOptionsKeys.DICTIONARY_TYPE_VALUE_MULTI_OBJECTS_LANG_QUAD,
HDTOptionsKeys.DICTIONARY_TYPE_VALUE_MULTI_OBJECTS,
HDTOptionsKeys.DICTIONARY_TYPE_VALUE_FOUR_SECTION,
HDTOptionsKeys.DICTIONARY_TYPE_VALUE_MULTI_OBJECTS_LANG);
HDTOptionsKeys.DICTIONARY_TYPE_VALUE_MULTI_OBJECTS_LANG,
HDTOptionsKeys.DICTIONARY_TYPE_VALUE_MULTI_OBJECTS_LANG_PREFIXES);
}

protected static List<String> diskDictCat() {
Expand Down

0 comments on commit d357082

Please sign in to comment.