Skip to content

Commit

Permalink
Add test for leading zero in AT formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Sep 19, 2024
1 parent df15506 commit 0f6f266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Formatter/ATFormatterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public function providerFormat() : array
['1', null],
['12', null],
['123', null],
['0123', null],
['1234', '1234'],
['12345', null],
['123456', null],
Expand Down

0 comments on commit 0f6f266

Please sign in to comment.