Skip to content

Commit 886bf64

Browse files
committed
Update test images for language change
1 parent 2efff9c commit 886bf64

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
20.8 KB
Loading

lib/matplotlib/tests/test_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ def test_text_language():
12421242
t.set_language('ru')
12431243
assert t.get_language() == 'ru'
12441244
t = fig.text(0.4, 0.05, cyrillic * 4, fontsize=32,
1245-
language=[('ru', 0, 1), ('sr', 1, 2), ('ru', 2, 3), ('sr', 3, 4)])
1245+
language=[('ru', 0, 1), ('sr', 1, 2), ('ru', 2, 3), ('sr', 3, 4)])
12461246
assert t.get_language() == (('ru', 0, 1), ('sr', 1, 2), ('ru', 2, 3), ('sr', 3, 4))
12471247

12481248
# Or the Sámi family of languages in the Latin alphabet.

0 commit comments

Comments
 (0)