type shiftTest … var shifttests … func TestDecimalShift(t *testing.T) { … } type roundTest … var roundtests … func TestDecimalRound(t *testing.T) { … } type roundIntTest … var roundinttests … func TestDecimalRoundedInteger(t *testing.T) { … }
type shiftTest … var shifttests … func TestDecimalShift(t *testing.T) { … } type roundTest … var roundtests … func TestDecimalRound(t *testing.T) { … } type roundIntTest … var roundinttests … func TestDecimalRoundedInteger(t *testing.T) { … }