[test] Add more TODO items

This commit is contained in:
Behdad Esfahbod 2011-04-15 11:45:14 -04:00
parent c910bec863
commit 2f2f448af3
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,8 @@ main (int argc, char **argv)
/* XXX test invalid UTF-8 / UTF-16 text input (also overlong sequences) */
/* XXX test reverse() and reverse_clusters() */
/* XXX test ensure() and memory management */
/* XXX test buffer reset */
/* XXX test buffer set length */
return g_test_run();
}