]> Cypherpunks repositories - gostls13.git/commit
template: move the empty check into parse, which needs it when constructing
authorRob Pike <r@golang.org>
Fri, 2 Dec 2011 01:24:54 +0000 (17:24 -0800)
committerRob Pike <r@golang.org>
Fri, 2 Dec 2011 01:24:54 +0000 (17:24 -0800)
commite6b3371781d4f7b07c2c7c4e2f2ef4c4e7233225
tree6bd8ed831f3f50f11c37133827bdc282aa0610e7
parenta5d300862b683e6a6d0e503c213d191155d1f63b
template: move the empty check into parse, which needs it when constructing
tree sets.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5449062
src/pkg/text/template/multi_test.go
src/pkg/text/template/parse/parse.go
src/pkg/text/template/parse/parse_test.go
src/pkg/text/template/template.go