From db899d3569433b7ca217e7d283714f116a229a04 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 17 Sep 2024 16:18:08 +0300 Subject: [PATCH] ; * admin/notes/unicode: Need to run textsec-tests (bug#73312). (cherry picked from commit 8771310a10d528e01e1ff853c6b180af39b60620) --- admin/notes/unicode | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/admin/notes/unicode b/admin/notes/unicode index 3502731efbe..81f17edeae2 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode @@ -103,13 +103,19 @@ Specifically, the values of 'ucs-normalize-composition-exclusions' and verified against the latest Unicode data files. Next, test normalization functions against NormalizationTests.txt, -in the test/ directory run: +in the top-level directory run: - make lisp/international/ucs-normalize-tests + make -C test lisp/international/ucs-normalize-tests See commentary in test/lisp/international/ucs-normalize-tests.el regarding failing lines. +Changes in UTS#46 and other relevant Unicode data might break our +features that detect confusable and suspicious text, so run +test/lisp-international/textsec-tests to check that: + + make -C test lisp/international/textsec-tests + The file BidiCharacterTest.txt should be copied to the test suite, and if its format has changed, the file biditest.el there should be modified to follow suit. If there's trailing whitespace in -- 2.39.5