]> Cypherpunks repositories - gostls13.git/commit
cmd/cover: add test for HTML output
authorDavid Symonds <dsymonds@golang.org>
Thu, 7 Jun 2018 10:25:10 +0000 (20:25 +1000)
committerDavid Symonds <dsymonds@golang.org>
Thu, 7 Jun 2018 21:52:22 +0000 (21:52 +0000)
commit19f3794c00252db3363eb649bc73bad66a2c583a
tree26db914a340d3a8b485579001cd33e020f25452a
parent17f54231e86591174b964c5ba93f9d578e2bfa01
cmd/cover: add test for HTML output

This adds a case for what was fixed in 4fe688c to prevent regression;
a follow-on change will address #25767.

Change-Id: Iced8cc10e2993ef7caf7e9c59ffbc7147d78ddd7
Reviewed-on: https://go-review.googlesource.com/116975
Run-TryBot: David Symonds <dsymonds@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/cover/cover_test.go
src/cmd/cover/testdata/html/html.go [new file with mode: 0644]
src/cmd/cover/testdata/html/html.golden [new file with mode: 0644]
src/cmd/cover/testdata/html/html_test.go [new file with mode: 0644]