Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: Two formatting issues in documentation of testing flags. #18448

Closed
dmitshur opened this issue Dec 28, 2016 · 1 comment
Closed

cmd/go: Two formatting issues in documentation of testing flags. #18448

dmitshur opened this issue Dec 28, 2016 · 1 comment

Comments

@dmitshur
Copy link
Contributor

There are 2 formatting issues on tip:

  1. The following sentence has two colons at the end. It should have one.

    The following flags are also recognized by 'go test' and can be used to
    profile the tests during execution::

    This is caused by a typo made in https://go-review.googlesource.com/#/c/28783/2..3/src/cmd/go/test.go.

  2. The formatting of the second section of go test flags is has an unintended extra level of indentation. It shouldn't have it.

    This is caused by an unnecessary space (probably a typo) included at the beginning of the line in https://go-review.googlesource.com/#/c/29650/6/src/cmd/go/test.go and the generated version thereof in alldocs.go.

screen shot 2016-12-28 at 1 57 05 pm

@gopherbot
Copy link

CL https://golang.org/cl/34718 mentions this issue.

@golang golang locked and limited conversation to collaborators Dec 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants