]> Cypherpunks repositories - gostls13.git/commit
text/template: fix type of ComplexZero in test
authorRob Pike <r@golang.org>
Wed, 31 Jul 2013 03:04:57 +0000 (13:04 +1000)
committerRob Pike <r@golang.org>
Wed, 31 Jul 2013 03:04:57 +0000 (13:04 +1000)
commit5fea8c030b2877cdab6463e9f5466f877735e128
treec698ddf49ea01035d4f9a15ea02a035956e6bf62
parent6a13897bc6b92cf5c80ae6d4e58fadf55fa10e82
text/template: fix type of ComplexZero in test
Was stupidly float64; should be complex128.
The tests still pass.

Fixes #5649.

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