commit 7ae94d162127b6408fbe7a7a9899bca2a451ebff
Author: Laslo Hunhold <[email protected]>
AuthorDate: Tue Dec 14 15:58:25 2021 +0100
Commit: Laslo Hunhold <[email protected]>
CommitDate: Tue Dec 14 15:58:25 2021 +0100
Update UTF-8-decoder test for modified NULL-case
Signed-off-by: Laslo Hunhold <[email protected]>
diff --git a/test/utf8-decode.c b/test/utf8-decode.c
index c2a1d76..07efcac 100644
--- a/test/utf8-decode.c
+++ b/test/utf8-decode.c
@@ -21,7 +21,7 @@ static const struct {
*/
.arr = NULL,
.len = 0,
- .exp_len = 1,
+ .exp_len = 0,
.exp_cp = LG_CODEPOINT_INVALID,
},
{