Skip to content

Commit 0f6f266

Browse files
committed
Add test for leading zero in AT formatter
1 parent df15506 commit 0f6f266

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Formatter/ATFormatterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function providerFormat() : array
3232
['1', null],
3333
['12', null],
3434
['123', null],
35+
['0123', null],
3536
['1234', '1234'],
3637
['12345', null],
3738
['123456', null],

0 commit comments

Comments
 (0)