36
37 if fileJob.Lines != 14 {
38▶ t.Errorf("Expected 14 lines got %d", fileJob.Lines)
39 }
40
· · ·
41 if fileJob.Code != 11 {
42▶ t.Errorf("Expected 11 lines got %d", fileJob.Code)
43 }
44
· · ·
45 if fileJob.Comment != 2 {
46▶ t.Errorf("Expected 2 lines got %d", fileJob.Comment)
47 }
48
· · ·
49 if fileJob.Blank != 1 {
50▶ t.Errorf("Expected 1 lines got %d", fileJob.Blank)
51 }
52}
· · ·
65
66 if fileJob.Lines != 3 {
67▶ t.Errorf("Expected 3 lines")
68 }
69
+ 20 more matches in this file