Skip to content

Commit 79a50a6

Browse files
committed
Merge branch 'failing-test' into paulbjarne/fix-trailing-zeros
2 parents 32fefa9 + 0e68bb8 commit 79a50a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/Number.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ numberTest = describe "Data.Formatter.Number" do
2828

2929
forAll show
3030
"format (unformat n) = n"
31-
[ "001.12"
31+
[ "001.12", "001.02"
3232
]
3333
(\n → (format fmt1 <$> (unformat fmt1 n)) `shouldEqual` (Right n))
3434

0 commit comments

Comments
 (0)