From b148bc31697698959ab02c95e45f87e3b31fa565 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 17 Sep 2025 23:09:18 +0200 Subject: fixup! uline: Add unicode line reader --- test/uio.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/uio.cc') diff --git a/test/uio.cc b/test/uio.cc index 7c8d175..47646e0 100644 --- a/test/uio.cc +++ b/test/uio.cc @@ -40,7 +40,7 @@ TEST(uio_u8, sample) { TEST(uio_u16, sample_be) { auto uio = - u16::open(io::memory("\x00\x24\xD8\x01\xDC\x37"s), + u16::open(io::memory("\x00\x24\xD8\x01\xDC\x37"s), // NOLINT u::ReaderConfig{.input = u::ReaderInputFormat::UTF16_BE}); std::u16string tmp; auto ret = uio->repeat_read(tmp, 5); -- cgit v1.3