mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
tests: add test on function string_base16_decode with a char >= 0xA0
This commit is contained in:
@@ -1682,6 +1682,7 @@ TEST(CoreString, Base16)
|
||||
{ { "", "" },
|
||||
{ "abcdefgh", "6162636465666768" },
|
||||
{ "this is a *test*", "746869732069732061202A746573742A" },
|
||||
{ "this is a *test*\xAA", "746869732069732061202A746573742AAA" },
|
||||
{ NULL, NULL } };
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user