]> Cypherpunks repositories - gostls13.git/commit
text/template: one more test case
authorRob Pike <r@golang.org>
Sat, 3 Mar 2012 21:06:26 +0000 (08:06 +1100)
committerRob Pike <r@golang.org>
Sat, 3 Mar 2012 21:06:26 +0000 (08:06 +1100)
commit227a04d771c98f858663b56bd1bc10640097751d
tree776e70dece6e209fb088801a67236b2784be3074
parentf1d3ff1660f227154d05297654dc58c052711c34
text/template: one more test case
Missed a case for variadic functions with too few arguments.
The code passes, and with the right error, but might as well record the test case.

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