Skip to content

Commit

Permalink
Fix a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Oct 10, 2023
1 parent 8a63654 commit 2abab5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_bad_directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def test_unknown_directive(fmt):
# '%{x}a', # actually parsed as an unknown directive
"%<a",
"%200a",
"%!a" "%!200a",
"%!a",
"%!200a",
],
)
def test_malformed_time_directive(fmt):
Expand Down

0 comments on commit 2abab5c

Please sign in to comment.