MCPcopy Create free account
hub / github.com/buger/jsonparser / bufferTestCase

Struct bufferTestCase

escape_test.go:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172func TestUnescape(t *testing.T) {
173 for _, test := range unescapeTests {
174 type bufferTestCase struct {
175 buf []byte
176 isTooSmall bool
177 }
178
179 var bufs []bufferTestCase
180

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected