Lines Matching full:errorf
226 Err: fmt.Errorf("filtered field nested.foo cannot be set in a Blueprint file"),
367 t.Errorf("test case: %s", testCase.input)
368 t.Errorf("unexpected parse errors:")
370 t.Errorf(" %s", err)
380 t.Errorf("test case: %s", testCase.input)
381 t.Errorf("unexpected unpack errors:")
383 t.Errorf(" %s", err)
387 t.Errorf("test case: %s", testCase.input)
388 t.Errorf("incorrect errors:")
389 t.Errorf(" expected: %+v", testCase.errs)
390 t.Errorf(" got: %+v", errs)
395 t.Errorf("test case: %s", testCase.input)
396 t.Errorf("incorrect output:")
397 t.Errorf(" expected: %+v", testCase.output)
398 t.Errorf(" got: %+v", output)