diff --git a/src/tests/system/libroot/posix/wcs_test.cpp b/src/tests/system/libroot/posix/wcs_test.cpp index 75ecd3bed5..22b90e473c 100644 --- a/src/tests/system/libroot/posix/wcs_test.cpp +++ b/src/tests/system/libroot/posix/wcs_test.cpp @@ -2494,11 +2494,11 @@ test_collation() { L"tBst", L"t\xE4st", 1, 0 }, { L"taest", L"t\xE6st", -1, 0 }, { L"tafst", L"t\xE6st", 1, 0 }, - { L"taa", L"t\xE4"L"a", -1, 0 }, - { L"tab", L"t\xE4"L"b", -1, 0 }, - { L"tad", L"t\xE4"L"d", -1, 0 }, - { L"tae", L"t\xE4"L"e", -1, 0 }, - { L"taf", L"t\xE4"L"f", -1, 0 }, + { L"taa", L"t\xE4" L"a", -1, 0 }, + { L"tab", L"t\xE4" L"b", -1, 0 }, + { L"tad", L"t\xE4" L"d", -1, 0 }, + { L"tae", L"t\xE4" L"e", -1, 0 }, + { L"taf", L"t\xE4" L"f", -1, 0 }, { L"cote", L"cot\xE9", -1, 0 }, { L"cot\xE9", L"c\xF4te", -1, 0 }, { L"c\xF4te", L"c\xF4t\xE9", -1, 0 },