Searched refs:UnmarshalTextTest (Results 1 – 1 of 1) sorted by relevance
44 type UnmarshalTextTest struct { struct50 func buildExtStructTest(text string) UnmarshalTextTest {57 return UnmarshalTextTest{in: text, out: msg}60 func buildExtDataTest(text string) UnmarshalTextTest {66 return UnmarshalTextTest{in: text, out: msg}69 func buildExtRepStringTest(text string) UnmarshalTextTest {76 return UnmarshalTextTest{in: text, out: msg}79 var unMarshalTextTests = []UnmarshalTextTest{