]> Cypherpunks repositories - gostls13.git/commit
text/template: type-check chained node as argument
authorRob Pike <r@golang.org>
Tue, 23 Sep 2014 00:48:13 +0000 (17:48 -0700)
committerRob Pike <r@golang.org>
Tue, 23 Sep 2014 00:48:13 +0000 (17:48 -0700)
commit5d5e73b14a46178a636b20f45ed8f8fae0177dee
tree05e1ff235cc78c42847dc2e8cbfd4ec5d9fee7dd
parent892b5074f521ae812b880808e0bd79ee2a02b1a1
text/template: type-check chained node as argument
Was just a missing case (literally) in the type checker.

Fixes #8473.

LGTM=adg
R=golang-codereviews, adg
CC=golang-codereviews
https://golang.org/cl/142460043
src/text/template/exec.go
src/text/template/exec_test.go