| 31 | |
| 32 | func Test_createNewBufferWithData(t *testing.T) { |
| 33 | type args struct { |
| 34 | ss [][]string |
| 35 | strict bool |
| 36 | } |
| 37 | wantBuffer := createNewBuffer() |
| 38 | wantBuffer.colLen = 3 |
| 39 | wantBuffer.rowLen = 4 |
nothing calls this directly
no outgoing calls
no test coverage detected