]> Cypherpunks repositories - gostls13.git/commit
Fix a couple of bugs referencing data values in template.
authorMicah Stetson <micah.stetson@gmail.com>
Fri, 26 Feb 2010 07:39:43 +0000 (18:39 +1100)
committerRob Pike <r@golang.org>
Fri, 26 Feb 2010 07:39:43 +0000 (18:39 +1100)
commit8c5404746ff2d14a1d3eacf78dfd25940411156e
tree7b2306c051e6c2363734febd10d24f5bff61060c
parent8d4fb690d623c7e33078f841b485edd57a210743
Fix a couple of bugs referencing data values in template.

Adds tests and fixes for two cases that fail with the current release.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/217115
src/pkg/template/template.go
src/pkg/template/template_test.go