Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Feb 23, 2024
1 parent ba15a83 commit 7e4a8f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test-compose.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,12 @@ test_read_fontinfo (void)
gboolean fc_lang_success = TRUE;
for (GList *l = lang_list; l != NULL; l = l->next) {
g_assert_nonnull (expected_langs_old_fontconfig[i]);
g_print ("\"%s\", ", (const gchar*)l->data);
if (!as_str_equal0 (expected_langs_old_fontconfig[i], l->data)) {
fc_lang_success = FALSE;
break;
}
g_print ("\n");
i++;
}
if (!fc_lang_success) {
Expand Down

0 comments on commit 7e4a8f9

Please sign in to comment.