From: Denis Moyogo Jacquerye Date: Wed, 28 Jun 2023 09:24:43 +0000 (+0200) Subject: fixup test_LoadLanguages: extra space X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ed49740a8fc7c3a690ed6be1ea53ab50d48f69;p=thirdparty%2Fgoogle%2Ffonts.git fixup test_LoadLanguages: extra space --- diff --git a/tests/test_gflanguages_api.py b/tests/test_gflanguages_api.py index ee3bcabaf1..1219534952 100644 --- a/tests/test_gflanguages_api.py +++ b/tests/test_gflanguages_api.py @@ -28,7 +28,7 @@ def test_LoadLanguages(): LoadLanguages(None), LoadLanguages(DATA_DIR)]: numerals = langs["yi_Hebr"].exemplar_chars.numerals - assert numerals == '- , . % + 0 1 2 3 4 5 6 7 8 9' + assert numerals == '- , . % + 0 1 2 3 4 5 6 7 8 9' def test_LoadScripts():