whitespace

This commit is contained in:
Simon Michael 2019-01-15 12:58:05 -08:00
parent f1441be404
commit 274b1c12a1

View File

@ -1309,7 +1309,7 @@ match' p = do
tests_Common = tests "Common" [
tests "amountp" [
tests "amountp" [
test "basic" $ expectParseEq amountp "$47.18" (usd 47.18)
,test "ends with decimal mark" $ expectParseEq amountp "$1." (usd 1 `withPrecision` 0)
,test "unit price" $ expectParseEq amountp "$10 @ €0.5"