]> Cypherpunks repositories - gostls13.git/commit
text/template: fix nil crash on Templates
authorRob Pike <r@golang.org>
Sat, 6 Oct 2012 22:26:59 +0000 (09:26 +1100)
committerRob Pike <r@golang.org>
Sat, 6 Oct 2012 22:26:59 +0000 (09:26 +1100)
commitbcccad40202ba895d237d9d0a921b33bc2c5601f
tree419f60094df08faa86a8952666d16accc2c0a576
parent421b75c0dbab3460dbfdb023d67ce0807c4d5327
text/template: fix nil crash on Templates
Fixes #3872.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6612060
src/pkg/text/template/exec_test.go
src/pkg/text/template/template.go