Add Heimdal test file test_base.c to bi-directional encoding ignore list
authorAndrew Bartlett <abartlet@samba.org>
Thu, 27 Oct 2022 00:07:34 +0000 (13:07 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 2 Nov 2022 04:23:34 +0000 (04:23 +0000)
Heimdal commit c6a46f0c96dde73ef4f3a247a1e904d4cf15aeb2 introduces test data
that triggers our LTR and RTL detection code.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
python/samba/tests/source_chars.py

index 856a27b0d1a3596856fb7e74b3365bad1f9d4d62..f0351b67a91c6ceff64c75c16baec3099043580c 100644 (file)
@@ -110,6 +110,7 @@ SAFE_FORMAT_CHARS = {
 # In the real world mixing directions would be normal in bilingual
 # documents, but it is rare in Samba source code.
 BIDI_FILES = {
+    'third_party/heimdal/lib/base/test_base.c',
     'third_party/heimdal/lib/wind/NormalizationTest.txt',
     'testdata/source-chars-bidi.py',
 }