@@ -297,7 +297,7 @@ func TestIssueView_preview(t *testing.T) {
297297
298298 expectedLines := []* regexp.Regexp {
299299 regexp .MustCompile (`ix of coins` ),
300- regexp .MustCompile (`Open • marseilles opened about 292 years ago • 9 comments • tarot ` ),
300+ regexp .MustCompile (`Open • marseilles opened about 292 years ago • 9 comments` ),
301301 regexp .MustCompile (`bold story` ),
302302 regexp .MustCompile (`View this issue on GitHub: https://github.com/OWNER/REPO/issues/123` ),
303303 }
@@ -357,7 +357,7 @@ func TestIssueView_previewClosedState(t *testing.T) {
357357
358358 expectedLines := []* regexp.Regexp {
359359 regexp .MustCompile (`ix of coins` ),
360- regexp .MustCompile (`Closed • marseilles opened about 292 years ago • 9 comments • tarot ` ),
360+ regexp .MustCompile (`Closed • marseilles opened about 292 years ago • 9 comments` ),
361361 regexp .MustCompile (`bold story` ),
362362 regexp .MustCompile (`View this issue on GitHub: https://github.com/OWNER/REPO/issues/123` ),
363363 }
@@ -387,7 +387,7 @@ func TestIssueView_previewWithEmptyBody(t *testing.T) {
387387
388388 expectedLines := []* regexp.Regexp {
389389 regexp .MustCompile (`ix of coins` ),
390- regexp .MustCompile (`Open • marseilles opened about 292 years ago • 9 comments • tarot ` ),
390+ regexp .MustCompile (`Open • marseilles opened about 292 years ago • 9 comments` ),
391391 regexp .MustCompile (`View this issue on GitHub: https://github.com/OWNER/REPO/issues/123` ),
392392 }
393393 for _ , r := range expectedLines {
0 commit comments