1
0
mirror of https://github.com/json-iterator/go.git synced 2025-06-15 22:50:24 +02:00

add tests for #283

This commit is contained in:
Tao Wen
2018-07-01 13:05:25 +08:00
parent 8744d7c5c7
commit 720ab8dc7f
5 changed files with 13 additions and 7 deletions

View File

@ -61,4 +61,4 @@ func Test_decoder_more(t *testing.T) {
should := require.New(t)
decoder := jsoniter.NewDecoder(bytes.NewBufferString("abcde"))
should.True(decoder.More())
}
}