You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it should "handle round trip parsing of money as a string" in {
// Issue #321
val money = Money(1000d, USD)
Money(money.toString)
// Issue #322
Money.parseString("1000 USD")
}
Make sure it all works on your end, then submit a PR...
Vrolijkx
pushed a commit
to Vrolijkx/squants
that referenced
this issue
Sep 13, 2019
The text was updated successfully, but these errors were encountered: