Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard authored Dec 14, 2024
1 parent 6971418 commit 42e7c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,10 @@ class TestParseEntryPoints:
pytest.param(
"""
[console_scripts]
நான் = ஓர்.ஒருங்குறி:கட்டளை
"நான்" = "ஓர்.ஒருங்குறி:கட்டளை"
""",
[
(" ", "ஓர்.ஒருங்குறி", "கட்டளை", "console"),
("நான்", "ஓர்.ஒருங்குறி", "கட்டளை", "console"),
],
id="unicode",
),
Expand Down

0 comments on commit 42e7c66

Please sign in to comment.