Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1578)

Issue 12107044: code review 12107044: text/template: fix type of ComplexZero in test (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by r
Modified:
11 years, 11 months ago
Reviewers:
rsc
CC:
golang-dev, rsc
Visibility:
Public.

Description

text/template: fix type of ComplexZero in test Was stupidly float64; should be complex128. The tests still pass. Fixes issue 5649.

Patch Set 1 #

Patch Set 2 : diff -r ead80646e9b8 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/text/template/exec_test.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 11 months ago (2013-07-31 02:08:09 UTC) #1
rsc
LGTM
11 years, 11 months ago (2013-07-31 02:29:23 UTC) #2
r
11 years, 11 months ago (2013-07-31 03:05:06 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=d8e4fd0220d5 ***

text/template: fix type of ComplexZero in test
Was stupidly float64; should be complex128.
The tests still pass.

Fixes issue 5649.

R=golang-dev, rsc
CC=golang-dev
https://codereview.appspot.com/12107044
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b