From 716f75be2b2530da535cc57139a0b1872e1cfd35 Mon Sep 17 00:00:00 2001 From: Marcel Bollmann Date: Wed, 1 Jan 2025 18:29:39 +0100 Subject: [PATCH] Add tests for uppercase I+diacritics --- python/tests/text/markuptext_test.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/tests/text/markuptext_test.py b/python/tests/text/markuptext_test.py index 3ecdaad5eb..5132e75a8b 100644 --- a/python/tests/text/markuptext_test.py +++ b/python/tests/text/markuptext_test.py @@ -130,11 +130,11 @@ }, ), ( - "íìïîı", + "íìïîı ÍÌÏÎİ", { - "text": "íìïîı", - "html": "íìïîı", - "latex": "{\\'i}{\\`i}{\\\"i}{\\^i}{\\i}", + "text": "íìïîı ÍÌÏÎİ", + "html": "íìïîı ÍÌÏÎİ", + "latex": "{\\'i}{\\`i}{\\\"i}{\\^i}{\\i} {\\'I}{\\`I}{\\\"I}{\\^I}{\\.I}", }, ), (