diff src/lib/test-lib.c @ 15574:7be4709aab5e

uni_utf8_*(): Treat overlong UTF8 sequences as invalid.
author Timo Sirainen <tss@iki.fi>
date Fri, 04 Jan 2013 23:24:26 +0200
parents ba770cba5598
children 13e74bd5ac8c c762a9af72c1
line wrap: on
line diff
--- a/src/lib/test-lib.c	Fri Jan 04 05:29:25 2013 +0200
+++ b/src/lib/test-lib.c	Fri Jan 04 23:24:26 2013 +0200
@@ -30,6 +30,7 @@
 		test_str_find,
 		test_str_sanitize,
 		test_time_util,
+		test_unichar,
 		test_utc_mktime,
 		test_var_expand,
 		NULL