From 09291eead45a49e2450e2a6ab6da53351dedd4be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Heskestad?= Date: Wed, 11 Aug 2021 11:50:59 +0200 Subject: Add additional grapheme, word, and sentence break class tests from tr29 Stop turning THAI CHARACTER SARA AM into a grapheme boundary because it breaks a test and chromium does not consider it to be a separate grapheme. Fixes: QTBUG-88545 Change-Id: Ib1aea8dbb66ac42b2129cf9fe04c39f5f76eeb36 Reviewed-by: Edward Welbourne Reviewed-by: Thiago Macieira --- tests/auto/corelib/text/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/corelib/text/CMakeLists.txt') diff --git a/tests/auto/corelib/text/CMakeLists.txt b/tests/auto/corelib/text/CMakeLists.txt index 5b53538b9e..bbe86a12a5 100644 --- a/tests/auto/corelib/text/CMakeLists.txt +++ b/tests/auto/corelib/text/CMakeLists.txt @@ -21,6 +21,7 @@ add_subdirectory(qstringmatcher) add_subdirectory(qstringtokenizer) add_subdirectory(qstringview) add_subdirectory(qtextboundaryfinder) +add_subdirectory(qunicodetools) # QTBUG-87414 # special case if(NOT ANDROID) add_subdirectory(qlocale) -- cgit v1.2.3