1
0
mirror of https://github.com/golang/go synced 2024-11-14 20:40:32 -07:00
go/src/text
Nodir Turakulov 167a712399 text/template: resolve non-empty interface
Read what a non-empty interface points to.

The deleted lines were added in https://codereview.appspot.com/4810060/,
which attempted to break an infinite loop. That was a long time ago.
If I just delete these lines with current codebase, the test "bug1"
(added in that CL) does not fail.

All new tests fail without this fix.

Fixes #12924

Change-Id: I9370ca44facd6af3019850aa065b936e5a482d37
Reviewed-on: https://go-review.googlesource.com/15809
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-10-15 05:02:27 +00:00
..
scanner all: minor documentation tweaks for constants 2015-09-09 05:07:52 +00:00
tabwriter
template text/template: resolve non-empty interface 2015-10-15 05:02:27 +00:00