Lines Matching refs:Comments
443 Comments: []*Comment{
451 Comments: []*Comment{
459 Comments: []*Comment{
467 Comments: []*Comment{
1126 Comments: []*Comment{
1138 Comments: []*Comment{
1150 Comments: []*Comment{
1198 if len(file.Comments) == len(testCase.comments) {
1199 for i := range file.Comments {
1200 if !reflect.DeepEqual(file.Comments[i], testCase.comments[i]) {
1204 t.Errorf(" got: %s", file.Comments[i])
1210 len(testCase.comments), len(file.Comments))