summaryrefslogtreecommitdiffstats
path: root/tests/lib/name_quote.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/name_quote.c')
-rw-r--r--tests/lib/name_quote.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lib/name_quote.c b/tests/lib/name_quote.c
index e86a608..f59c234 100644
--- a/tests/lib/name_quote.c
+++ b/tests/lib/name_quote.c
@@ -1,7 +1,7 @@
/*
lib - Quote file names
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by:
@@ -91,6 +91,8 @@ static const struct data_source2
const char *expected_string;
} data_source2[] =
{
+ {NULL, NULL},
+ {"", NULL},
{"-", "./-"},
{"blabla-", "blabla-"},
{"\r\n\t", "\\\r\\\n\\\t"},