1
0
mirror of https://github.com/json-iterator/go.git synced 2025-06-24 23:16:47 +02:00

increase coverage

This commit is contained in:
Xargin
2017-07-05 13:55:10 +08:00
parent 550531a046
commit 1de44419ea
7 changed files with 154 additions and 45 deletions

View File

@ -70,4 +70,5 @@ func Test_read_float_to_any(t *testing.T) {
should.Equal(uint64(0), any2.ToUint64())
should.Equal(any.ValueType(), Number)
should.Equal("1.23E+01", any.ToString())
}