Skip to content

Commit

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

0 comments on commit 13b0073

Please sign in to comment.