Skip to content

Commit 0e68bb8

Browse files
committed
add failing test for 001.02 /= 001.2
1 parent 33bcdc8 commit 0e68bb8

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)