]> Cypherpunks repositories - gostls13.git/commit
math/big: Fixes issue 8920
authorCasey Marshall <casey.marshall@gmail.com>
Mon, 13 Oct 2014 19:41:14 +0000 (12:41 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 13 Oct 2014 19:41:14 +0000 (12:41 -0700)
commit73711533210a3ddc85e092eb06c1373277b65e99
tree1bbf5f8c9f7d9c8933211c527c061769749109ad
parentd83e43ccc6bd453cb1c85b83e37560c7bc420963
math/big: Fixes issue 8920

(*Rat).SetString checks for denominator.

LGTM=gri
R=golang-codereviews, gri
CC=golang-codereviews
https://golang.org/cl/159760043
src/math/big/rat.go
src/math/big/rat_test.go