summaryrefslogtreecommitdiff
path: root/tests/uninorm/test-u32-nfkd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/uninorm/test-u32-nfkd.c')
-rw-r--r--tests/uninorm/test-u32-nfkd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/uninorm/test-u32-nfkd.c b/tests/uninorm/test-u32-nfkd.c
index 17768f74ba..408c593b0b 100644
--- a/tests/uninorm/test-u32-nfkd.c
+++ b/tests/uninorm/test-u32-nfkd.c
@@ -103,6 +103,9 @@ check (const uint32_t *input, size_t input_length,
void
test_u32_nfkd (void)
{
+ { /* Empty string. */
+ ASSERT (check (NULL, 0, NULL, 0) == 0);
+ }
{ /* SPACE */
static const uint32_t input[] = { 0x0020 };
ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);