Lines Matching refs:Errorf
1023 t.Errorf("test case: %s", testCase.input)
1024 t.Errorf("unexpected errors:")
1026 t.Errorf(" %s", err)
1034 t.Errorf("test case: %s", testCase.input)
1035 t.Errorf("incorrect defintion %d:", i)
1036 t.Errorf(" expected: %s", testCase.defs[i])
1037 t.Errorf(" got: %s", file.Defs[i])
1041 t.Errorf("test case: %s", testCase.input)
1042 t.Errorf("length mismatch, expected %d definitions, got %d",
1049 t.Errorf("test case: %s", testCase.input)
1050 t.Errorf("incorrect comment %d:", i)
1051 t.Errorf(" expected: %s", testCase.comments[i])
1052 t.Errorf(" got: %s", file.Comments[i])
1056 t.Errorf("test case: %s", testCase.input)
1057 t.Errorf("length mismatch, expected %d comments, got %d",
1096 t.Errorf("unexpected errors:")
1098 t.Errorf(" %s", err)
1106 t.Errorf("expected mod.End() %s, got %s", modEnd, mod.End())
1121 t.Errorf("expected property %s End() %s@%d, got %s@%d", cur.Name, endPos, endPos.Offset, cur.End(), cur.End().Offset)