Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(634)

Unified Diff: milo/appengine/buildbot/html_data.go

Issue 2768913005: Milo: Fix empty lines in step text (Closed)
Patch Set: Review and Tests Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: milo/appengine/buildbot/html_data.go
diff --git a/milo/appengine/buildbot/html_data.go b/milo/appengine/buildbot/html_data.go
index 52b4f21771eb86182aa45b9e2d1466442d195ef4..6640bc81a2447c814aa912a87bdac7fc27476c63 100644
--- a/milo/appengine/buildbot/html_data.go
+++ b/milo/appengine/buildbot/html_data.go
@@ -22,6 +22,7 @@ var testCases = []struct {
}{
{"CrWinGoma", 30608},
{"win_chromium_rel_ng", 246309},
+ {"newline", 1234},
}
// BuildTestData returns sample test data for build pages.
« no previous file with comments | « milo/appengine/buildbot/expectations/newline.1234.build.json ('k') | milo/appengine/buildbot/testdata/newline.1234.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698