Ab04

Results 1 issues of Ab04

If `UnmarshalText` is called multiple times for the same `decimal.Big` instance, the input is appended to the internal state instead of overriding previous input. ``` go package decimal_test import (...