From 6e94848aec5d42eed5f9e1f5548ade26915ce90b Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 4 Jun 2024 21:14:45 +0100 Subject: Tidy many stringy messes with std::format --- test/test-text.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/test-text.cpp') diff --git a/test/test-text.cpp b/test/test-text.cpp index f652670..f185cf5 100644 --- a/test/test-text.cpp +++ b/test/test-text.cpp @@ -70,10 +70,10 @@ using CharDataTest = std::tuple({ - {'A', {0, {34, 35}, {627, 0}, {-1, 35}, 32}}, - {'I', {0, {6, 35}, {862, 0}, {4, 35}, 13}}, - {'j', {0, {11, 45}, {1656, 0}, {-3, 35}, 11}}, - {'o', {0, {24, 27}, {1748, 0}, {1, 27}, 27}}, + {'A', {0, {34, 35}, {712, 0}, {-1, 35}, 32}}, + {'I', {0, {6, 35}, {947, 0}, {4, 35}, 13}}, + {'j', {0, {11, 45}, {1741, 0}, {-3, 35}, 11}}, + {'o', {0, {24, 27}, {1833, 0}, {1, 27}, 27}}, }), character, expected) { -- cgit v1.2.3