提交 7dea908c 编写于 作者: B Behdad Esfahbod

[test] Add todo items

上级 07cbaac0
......@@ -148,6 +148,7 @@ test_buffer_contents (Fixture *fixture, gconstpointer user_data)
}
hb_buffer_clear (fixture->b);
/* XXX Make sure clear() doesn't unset other properties? */
g_assert_cmpint (hb_buffer_get_length (fixture->b), ==, 0);
}
......@@ -189,7 +190,9 @@ main (int argc, char **argv)
#undef TEST_ADD
}
/* XXX test invalid UTF-8 / UTF-16 text input */
/* XXX test invalid UTF-8 / UTF-16 text input (also overlong sequences) */
/* XXX test reverse() and reverse_clusters() */
/* XXX test ensure() and memory management */
return g_test_run();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册