From: Jean de Klerk
Date: Thu, 30 Jan 2020 00:39:26 +0000 (-0700)
Subject: doc/go1.14: fix id attribute of Testing heading
X-Git-Tag: go1.14rc1~20
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=96002cd25c343edfb6c06d2bf1f31ae1e345b81f;p=gostls13.git
doc/go1.14: fix id attribute of Testing heading
Some tweaks based on comments from CL 216917.
Change-Id: I538ea0dfa947b53d5c4a7135c1aec912b0357083
Reviewed-on: https://go-review.googlesource.com/c/go/+/217121
Reviewed-by: Dmitri Shuralyov
---
diff --git a/doc/go1.14.html b/doc/go1.14.html
index 26644cca59..d850c1ca9a 100644
--- a/doc/go1.14.html
+++ b/doc/go1.14.html
@@ -304,10 +304,9 @@ appropriately.)
graphic characters and spaces.
-Testing
-
+Testing
-
+
go test -v
now streams t.Log
output as it happens,
rather than at the end of all tests.