Skip to content

Commit

Permalink
Fix extras string (no commas)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard authored Feb 7, 2025
1 parent fe1158e commit de994ce
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 @@ -272,12 +272,12 @@ class TestParseEntryPoints:
pytest.param(
"""
[console_scripts]
நான் = ஓர்.ஒருங்குறி:கட்டளை[some, extras]
நான் = ஓர்.ஒருங்குறி:கட்டளை[கூடுதல்]
""",
[
("நான்", "ஓர்.ஒருங்குறி", "கட்டளை", "console"),
],
id="unicode",
id="unicode with extras",
),
],
)
Expand Down

0 comments on commit de994ce

Please sign in to comment.