| 172 | func 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 |
nothing calls this directly
no outgoing calls
no test coverage detected