From 87263123934b374ed5dc0db20eaaeda080f25677 Mon Sep 17 00:00:00 2001 From: artemp Date: Tue, 7 Mar 2017 13:37:20 +0100 Subject: [PATCH] fix following up 8c4fa25c8d65e75978c0a82bc6391906595ff190 --- test/unit/text/shaping.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/text/shaping.cpp b/test/unit/text/shaping.cpp index e7b93c350..fd9818d3d 100644 --- a/test/unit/text/shaping.cpp +++ b/test/unit/text/shaping.cpp @@ -95,7 +95,7 @@ TEST_CASE("shaping") { // "ⵃⴰⵢ ⵚⵉⵏⴰⵄⵉ الحي الصناعي" auto const& expected = - {std::tuple{0, 0}, {0, 1}, {0, 2}, {3, 3}, {0, 4}, {0, 5}, {0, 6}, {0, 7}, + {std::tuple(0, 0), {0, 1}, {0, 2}, {3, 3}, {0, 4}, {0, 5}, {0, 6}, {0, 7}, {0, 8}, {0, 9}, {3, 10}, {509, 22}, {481, 21}, {438, 20}, {503, 19}, {470, 18}, {496, 17}, {43, 16}, {3, 15}, {509, 14}, {454, 13}, {496, 12}, {43, 11}}; test_shaping(fontset, fm, expected, u8"ⵃⴰⵢ ⵚⵉⵏⴰⵄⵉ الحي الصناعي");