@@ -250,7 +250,6 @@ func TestInsensitiveLoad(t *testing.T) {
250250 require .NoError (t , err )
251251 assert .Equal (t , `[author]
252252e-mail = u@gogs.io
253-
254253` ,
255254 buf .String (),
256255 )
@@ -305,7 +304,6 @@ func TestLoadSources(t *testing.T) {
305304 require .NoError (t , err )
306305 assert .Equal (t , `[author]
307306e-mail = u@gogs.io
308-
309307` ,
310308 buf .String (),
311309 )
@@ -333,7 +331,6 @@ e-mail = u@gogs.io
333331 require .NoError (t , err )
334332 assert .Equal (t , `[author]
335333E-MAIL = u@gogs.io
336-
337334` ,
338335 buf .String (),
339336 )
@@ -361,7 +358,6 @@ E-MAIL = u@gogs.io
361358 require .NoError (t , err )
362359 assert .Equal (t , `[author]
363360e-mail = u@gogs.io
364-
365361` ,
366362 buf .String (),
367363 )
@@ -517,7 +513,6 @@ fetch = +refs/heads/*:refs/remotes/origin/*`))
517513url = https://github.com/Antergone/test1.git
518514url = https://github.com/Antergone/test2.git
519515fetch = +refs/heads/*:refs/remotes/origin/*
520-
521516` ,
522517 buf .String (),
523518 )
@@ -822,7 +817,8 @@ my lesson state data – 1111111111111111111000000000000000001110000
822817111111111111111111100000000000111000000000 – end my lesson state data
823818
824819[COMMENTS]
825- <1><L.Slide#2> This slide has the fuel listed in the wrong units <e.1>` ))
820+ <1><L.Slide#2> This slide has the fuel listed in the wrong units <e.1>
821+ ` ))
826822 require .NoError (t , err )
827823 require .NotNil (t , f )
828824
@@ -935,7 +931,6 @@ GITHUB = U;n;k;n;w;o;n
935931 require .NoError (t , err )
936932 assert .Equal (t , `[author]
937933e-mail = u@gogs.io
938-
939934` ,
940935 buf .String (),
941936 )
@@ -1070,7 +1065,6 @@ fetch = +refs/heads/*:refs/remotes/origin/*`))
10701065url = https://github.com/Antergone/test1.git
10711066url = https://github.com/Antergone/test2.git
10721067fetch = +refs/heads/*:refs/remotes/origin/*
1073-
10741068` ,
10751069 buf .String (),
10761070 )
@@ -1261,7 +1255,8 @@ my lesson state data – 1111111111111111111000000000000000001110000
12611255111111111111111111100000000000111000000000 – end my lesson state data
12621256
12631257[COMMENTS]
1264- <1><L.Slide#2> This slide has the fuel listed in the wrong units <e.1>` ))
1258+ <1><L.Slide#2> This slide has the fuel listed in the wrong units <e.1>
1259+ ` ))
12651260 require .NoError (t , err )
12661261 require .NotNil (t , f )
12671262
@@ -1413,7 +1408,6 @@ GITHUB = U;n;k;n;w;o;n
14131408 require .NoError (t , err )
14141409 assert .Equal (t , `[author]
14151410E-MAIL = u@gogs.io
1416-
14171411` ,
14181412 buf .String (),
14191413 )
@@ -1434,7 +1428,6 @@ E-MAIL = u@gogs.io
14341428 require .NoError (t , err )
14351429 assert .Equal (t , `[author]
14361430E-MAIL = u@gogs.io
1437-
14381431` ,
14391432 buf .String (),
14401433 )
@@ -1451,7 +1444,6 @@ E-MAIL = u@gogs.io
14511444
14521445[author]
14531446E-MAIL = u@gogs.io
1454-
14551447` ,
14561448 buf .String (),
14571449 )
0 commit comments