diff options
| author | Eli Zaretskii | 2024-09-21 07:30:19 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2024-09-21 07:30:19 -0400 |
| commit | 83b0e604ce2587b7566d636b2e383e58ffc0a1c8 (patch) | |
| tree | 65993c4d2717f5eac083d77e37c56acd1ce5762a /admin/notes | |
| parent | 4c5ab949fb15f89596705704bfb90a2ee1e0aa82 (diff) | |
| parent | 4b9a8fd607423726aea390a5fe25fd2307c937b6 (diff) | |
| download | emacs-83b0e604ce2587b7566d636b2e383e58ffc0a1c8.tar.gz emacs-83b0e604ce2587b7566d636b2e383e58ffc0a1c8.zip | |
Merge from origin/emacs-30
4b9a8fd6074 etags-regen-file-extensions: Add .pm
956f14ae5e9 * src/treesit.c (treesit_debug_print_parser_list): Fix co...
300d05ecb4c Type-check argument to network-lookup-address-info
0f0f21b7f27 ; Improve doc strings of options related to numbered backups
f0daa2f2153 Conservative heuristic for tree-sitter parser ranges (bug...
035024b4e5a ; Fix treesit.c printing
8771310a10d ; * admin/notes/unicode: Need to run textsec-tests (bug#7...
4c6f45fa8ee Re-enable GC mark trace buffer by default
c6077015894 ; * src/haiku_support.cc: Correct last change.
ae22ad7f624 ; Add even more tests for previous commit
460b9d705ab Fix treesit_sync_visible_region's range fixup code (bug#7...
81347c1aaf2 ; * etc/PROBLEMS: Fix last change (bug#73207).
a82b7f3e823 Document unavailability of frame geometry on Wayland
Diffstat (limited to 'admin/notes')
| -rw-r--r-- | admin/notes/unicode | 10 |
1 files 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 | |||
| 103 | verified against the latest Unicode data files. | 103 | verified against the latest Unicode data files. |
| 104 | 104 | ||
| 105 | Next, test normalization functions against NormalizationTests.txt, | 105 | Next, test normalization functions against NormalizationTests.txt, |
| 106 | in the test/ directory run: | 106 | in the top-level directory run: |
| 107 | 107 | ||
| 108 | make lisp/international/ucs-normalize-tests | 108 | make -C test lisp/international/ucs-normalize-tests |
| 109 | 109 | ||
| 110 | See commentary in test/lisp/international/ucs-normalize-tests.el | 110 | See commentary in test/lisp/international/ucs-normalize-tests.el |
| 111 | regarding failing lines. | 111 | regarding failing lines. |
| 112 | 112 | ||
| 113 | Changes in UTS#46 and other relevant Unicode data might break our | ||
| 114 | features that detect confusable and suspicious text, so run | ||
| 115 | test/lisp-international/textsec-tests to check that: | ||
| 116 | |||
| 117 | make -C test lisp/international/textsec-tests | ||
| 118 | |||
| 113 | The file BidiCharacterTest.txt should be copied to the test suite, and | 119 | The file BidiCharacterTest.txt should be copied to the test suite, and |
| 114 | if its format has changed, the file biditest.el there should be | 120 | if its format has changed, the file biditest.el there should be |
| 115 | modified to follow suit. If there's trailing whitespace in | 121 | modified to follow suit. If there's trailing whitespace in |