Home | History | Annotate | Download | only in blueprint

Lines Matching refs:Errorf

118 				t.Errorf("incorrect variable list:")
119 t.Errorf(" input: %q", testCase.input)
120 t.Errorf(" expected: %#v", expectedVars)
121 t.Errorf(" got: %#v", output.variables)
124 t.Errorf("incorrect string list:")
125 t.Errorf(" input: %q", testCase.input)
126 t.Errorf(" expected: %#v", testCase.strs)
127 t.Errorf(" got: %#v", output.strings)
135 t.Errorf("unexpected error:")
136 t.Errorf(" input: %q", testCase.input)
137 t.Errorf(" expected: %q", testCase.err)
138 t.Errorf(" got: %q", errStr)
158 t.Errorf("incorrect output:")
159 t.Errorf(" input: %q", input)
160 t.Errorf(" expected: %#v", expect)
161 t.Errorf(" got: %#v", output)