libgrapheme

unicode string library
git clone git://git.suckless.org/libgrapheme
Log | Files | Refs | README | LICENSE

commit 7ae94d162127b6408fbe7a7a9899bca2a451ebff
parent 08b2c8e4e5222c04f3304595720d195a98ac7e8a
Author: Laslo Hunhold <dev@frign.de>
Date:   Tue, 14 Dec 2021 15:58:25 +0100

Update UTF-8-decoder test for modified NULL-case

Signed-off-by: Laslo Hunhold <dev@frign.de>

Diffstat:
Mtest/utf8-decode.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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, }, {