Skip to content

Commit

Permalink
added a new test case
Browse files Browse the repository at this point in the history
  • Loading branch information
flpm committed May 20, 2024
1 parent ea51082 commit 0d873bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def test_indent_width_string(self, env):
("abc", "0"),
("32.32", "32"),
("12345678901234567890", "12345678901234567890"),
("1e10000", "0"),
),
)
def test_int(self, env, value, expect):
Expand Down

0 comments on commit 0d873bf

Please sign in to comment.