Fix: use cxxopts::String in tests

This commit is contained in:
Nitin Kumar 2026-04-16 17:50:30 +05:30
parent 3358ea8408
commit d433b00fb7
1 changed files with 2 additions and 2 deletions

View File

@ -1767,10 +1767,10 @@ TEST_CASE("wrap_text", "[wrap_text]")
{
struct {
std::string name;
std::string text;
cxxopts::String text;
std::size_t allowed;
std::size_t start;
std::string expected;
cxxopts::String expected;
} tests[] = {
{
"Plain Newline",