40
41 if fileJob.Lines != 23 {
42▶ t.Errorf("Expected 23 lines")
43 }
44
· · ·
45 if fileJob.Code != 16 {
46▶ t.Errorf("Expected 16 lines got %d", fileJob.Code)
47 }
48
· · ·
49 if fileJob.Comment != 4 {
50▶ t.Errorf("Expected 4 lines got %d", fileJob.Comment)
51 }
52
· · ·
53 if fileJob.Blank != 3 {
54▶ t.Errorf("Expected 3 lines got %d", fileJob.Blank)
55 }
56}
· · ·
82
83 if fileJob.Lines != 15 {
84▶ t.Errorf("Expected 15 lines got %d", fileJob.Lines)
85 }
86
+ 15 more matches in this file