Skip to content

Commit

Permalink
Add tests for uppercase I+diacritics
Browse files Browse the repository at this point in the history
  • Loading branch information
mbollmann committed Jan 1, 2025
1 parent 2af8d0a commit 716f75b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/tests/text/markuptext_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
},
),
(
Expand Down

0 comments on commit 716f75b

Please sign in to comment.