1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:21:21 -06:00
go/src/text
Rob Pike 1cd78eedd0 text/template: fix bug in pipelined variadics
Simple bug in argument processing: The final arg may
be the pipeline value, in which case it gets bound to the
fixed argument section. The code got that wrong. Easy
to fix.

Fixes #8950.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/161750043
2014-10-18 11:22:05 -07:00
..
scanner build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
tabwriter build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
template text/template: fix bug in pipelined variadics 2014-10-18 11:22:05 -07:00