From d433b00fb7a118a6ef50f68d17d14f9f6ca5d186 Mon Sep 17 00:00:00 2001 From: Nitin Kumar <59679977+lazysegtree@users.noreply.github.com> Date: Thu, 16 Apr 2026 17:50:30 +0530 Subject: [PATCH] Fix: use cxxopts::String in tests --- test/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/options.cpp b/test/options.cpp index ceb6795..fb495ed 100644 --- a/test/options.cpp +++ b/test/options.cpp @@ -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",