Fixes #16105.
Change-Id: I94467f2adf861eb38f3119ad30d46a87456d5305
Reviewed-on: https://go-review.googlesource.com/24281
Reviewed-by: Andrew Gerrand <adg@golang.org>
/*
{{pipeline}}
- The default textual representation of the value of the pipeline
- is copied to the output.
+ The default textual representation (the same as would be
+ printed by fmt.Print) of the value of the pipeline is copied
+ to the output.
{{if pipeline}} T1 {{end}}
If the value of the pipeline is empty, no output is generated;