Lines Matching full:errorf
113 t.Errorf("incorrect variable list:")
114 t.Errorf(" input: %q", testCase.input)
115 t.Errorf(" expected: %#v", expectedVars)
116 t.Errorf(" got: %#v", output.variables)
119 t.Errorf("incorrect string list:")
120 t.Errorf(" input: %q", testCase.input)
121 t.Errorf(" expected: %#v", testCase.strs)
122 t.Errorf(" got: %#v", output.strings)
130 t.Errorf("unexpected error:")
131 t.Errorf(" input: %q", testCase.input)
132 t.Errorf(" expected: %q", testCase.err)
133 t.Errorf(" got: %q", errStr)
153 t.Errorf("incorrect output:")
154 t.Errorf(" input: %q", input)
155 t.Errorf(" expected: %#v", expect)
156 t.Errorf(" got: %#v", output)