aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorEvgenii Kliuchnikov <eustas@google.com>2023-07-04 13:01:14 +0000
committerEvgenii Kliuchnikov <eustas.ru@gmail.com>2023-07-05 19:15:11 +0000
commitbc32ae12d575520fcf7b0a82f0e660b7e2705043 (patch)
treefd566426f185c84c82ee5dcad24087ab234baafc /python
parent6ee96e291db87ccea9b8451a23de0aa0d93d194d (diff)
downloadbrotli-bc32ae12d575520fcf7b0a82f0e660b7e2705043.zip
brotli-bc32ae12d575520fcf7b0a82f0e660b7e2705043.tar.gz
brotli-bc32ae12d575520fcf7b0a82f0e660b7e2705043.tar.bz2
add tests with UTF8/UTF16 non-ASCII text
PiperOrigin-RevId: 545424981
Diffstat (limited to 'python')
-rw-r--r--python/tests/_test_utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/tests/_test_utils.py b/python/tests/_test_utils.py
index 059cb43..38afec3 100644
--- a/python/tests/_test_utils.py
+++ b/python/tests/_test_utils.py
@@ -45,6 +45,8 @@ TESTDATA_FILES = [
'random_org_10k.bin', # Small data
'mapsdatazrh', # Large data
'ukkonooa', # Poem
+ 'cp1251-utf16le', # Codepage 1251 table saved in UTF16-LE encoding
+ 'cp852-utf8', # Codepage 852 table saved in UTF8 encoding
]
# Some files might be missing in a lightweight sources pack.