diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-09-17 23:09:18 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-09-17 23:09:18 +0200 |
| commit | b148bc31697698959ab02c95e45f87e3b31fa565 (patch) | |
| tree | 56e7c994ddac78e9a39fd5bd3be150504954c353 /test | |
| parent | 5fb06d7fc3a16df2a560021b0a2aacfb8972ba99 (diff) | |
fixup! uline: Add unicode line reader
Diffstat (limited to 'test')
| -rw-r--r-- | test/uio.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
