1
0
mirror of https://github.com/golang/go synced 2024-11-08 14:56:31 -07:00
go/src/html
Nodir Turakulov cf59c1f9cc html/template: include itself while cloning
template.Clone() initialized template set incorrectly:
it didn't include itself.

* include itself in template set while cloning
* add a test

Fixes #12996

Change-Id: I932530e4f7f1bbebf833e12b000a5ce052bc9223
Reviewed-on: https://go-review.googlesource.com/16104
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-10-20 23:53:27 +00:00
..
template html/template: include itself while cloning 2015-10-20 23:53:27 +00:00
entity_test.go
entity.go
escape_test.go html: speed up UnescapeString 2015-08-22 12:45:38 +00:00
escape.go html: speed up UnescapeString 2015-08-22 12:45:38 +00:00
example_test.go html: add examples to the functions 2015-06-19 05:15:22 +00:00