blob: a09570bd820af5226d65ea5a0806fadb33b19073 [file] [edit]
! go test -v=test2json
stdout '=== RUN Test'
-- go.mod --
module p
-- x_test.go --
package p
import "testing"
func Test(t *testing.T) {
t.Error("Error1\nError2\r")
}