196 const std::vector<std::byte> input{
StringToBuffer(
"once upon a time\n there was a dog \r\nwho liked food\n")};
198 std::optional<std::string>
line1{
reader.ReadLine()};
200 std::optional<std::string>
line2{
reader.ReadLine()};
202 std::optional<std::string>
line3{
reader.ReadLine()};
203 std::optional<std::string>
line4{
reader.ReadLine()};
215 const std::vector<std::byte> input{
StringToBuffer(
"once upon a time there\nwas a dog who liked tea\n")};
260 const std::vector<std::byte> input{
StringToBuffer(
"a\nbaboon\n")};
276 const std::vector<std::byte> input{
StringToBuffer(
"once upon a time there")};
288 const std::vector<std::byte> input{
StringToBuffer(
"once upon a time\n there was a dog \r\nwho liked food")};