Skip to content

Commit

Permalink
test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Jan 25, 2024
1 parent 4b55bf3 commit bb0ca38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ def test_wrong_order(before, message, after):
(['., .'], ['.', '.']),
(['., *'], ['.', '*']),
(['., kek, *, **'], ['.', 'kek', '*', '**']),
(['., kek , *, **'], ['.', 'kek', '*', '**']),
(['., kek , *, **'], ['.', 'kek', '*', '**']),
(['lol,kek'], ['lol', 'kek']),
(['.,.'], ['.', '.']),
Expand Down

0 comments on commit bb0ca38

Please sign in to comment.