extra: sync hledger-rewrite with numberp

This commit is contained in:
Julien Moutinho 2014-11-03 07:01:32 +01:00
parent 0cf8c142aa
commit 4c5c15d275

View File

@ -59,7 +59,7 @@ amountexprp =
choice [
AmountMultiplier <$> (do char '*'
many spacenonewline
(q,_,_,_,_) <- numberp
(q,_,_,_) <- numberp
return q)
,AmountLiteral <$> many anyChar
]