@@ -63,7 +63,8 @@ func inspectCompare(t *testing.T, htmlDoc *HTMLDoc, diffCount int, diffChanges [
63
63
// * 808038d (HEAD -> master, origin/master, origin/HEAD) Added test links
64
64
65
65
// Inderect compare remove-files-b (head) with add-csv (base) branch
66
- // 'link_hi' and 'test.csv' are deleted, 'test.txt' is added
66
+ //
67
+ // 'link_hi' and 'test.csv' are deleted, 'test.txt' is added
67
68
func TestCompareBranches (t * testing.T ) {
68
69
defer tests .PrepareTestEnv (t )()
69
70
@@ -79,7 +80,8 @@ func TestCompareBranches(t *testing.T) {
79
80
}
80
81
81
82
// Inderect compare remove-files-b (head) with remove-files-a (base) branch
82
- // 'link_hi' and 'test.csv' are deleted, 'test.txt' is added
83
+ //
84
+ // 'link_hi' and 'test.csv' are deleted, 'test.txt' is added
83
85
func TestCompareDeleted (t * testing.T ) {
84
86
defer tests .PrepareTestEnv (t )()
85
87
@@ -95,7 +97,8 @@ func TestCompareDeleted(t *testing.T) {
95
97
}
96
98
97
99
// Inderect compare remove-files-a (head) with remove-files-b (base) branch
98
- // 'link_hi' and 'test.csv' are deleted
100
+ //
101
+ // 'link_hi' and 'test.csv' are deleted
99
102
func TestCompareDeletedReverse (t * testing.T ) {
100
103
defer tests .PrepareTestEnv (t )()
101
104
@@ -111,7 +114,8 @@ func TestCompareDeletedReverse(t *testing.T) {
111
114
}
112
115
113
116
// Direct compare remove-files-b (head) with remove-files-a (base) branch
114
- // 'test.txt' is deleted
117
+ //
118
+ // 'test.txt' is deleted
115
119
func TestDirectCompareDeleted (t * testing.T ) {
116
120
defer tests .PrepareTestEnv (t )()
117
121
0 commit comments