]> Cypherpunks repositories - gostls13.git/commit
text/template: fix nil error on redefinition
authorRob Pike <r@golang.org>
Tue, 17 Jan 2012 21:24:59 +0000 (13:24 -0800)
committerRob Pike <r@golang.org>
Tue, 17 Jan 2012 21:24:59 +0000 (13:24 -0800)
commit4985ee3dcb76bd0f9d8aba800e97ba29b535997f
treec916b628427fb0910b6f46bff495c0815c0baac0
parentf4ad8c1c5b8ec6c271a206a3ec74d57b03b7e0e6
text/template: fix nil error on redefinition
Fixes #2720.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5545072
src/pkg/text/template/multi_test.go
src/pkg/text/template/template.go