extra: sync hledger-rewrite with numberp
This commit is contained in:
		
							parent
							
								
									0cf8c142aa
								
							
						
					
					
						commit
						4c5c15d275
					
				| @ -59,7 +59,7 @@ amountexprp = | |||||||
|   choice [ |   choice [ | ||||||
|      AmountMultiplier <$> (do char '*' |      AmountMultiplier <$> (do char '*' | ||||||
|                               many spacenonewline |                               many spacenonewline | ||||||
|                               (q,_,_,_,_) <- numberp |                               (q,_,_,_) <- numberp | ||||||
|                               return q) |                               return q) | ||||||
|     ,AmountLiteral <$> many anyChar |     ,AmountLiteral <$> many anyChar | ||||||
|     ] |     ] | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user