Searched defs:encoderTestCase (Results 1 – 1 of 1) sorted by relevance
333 type encoderTestCase struct { struct334 desc string335 write func(*text.Encoder)336 wantOut string337 wantOutIndent string340 func runEncoderTest(t *testing.T, tc encoderTestCase, delims [2]byte) {