]> Cypherpunks repositories - gostls13.git/commit
html/template: don't panic on second execution of unescapable template
authorAndrew Gerrand <adg@golang.org>
Tue, 19 Aug 2014 04:24:14 +0000 (14:24 +1000)
committerAndrew Gerrand <adg@golang.org>
Tue, 19 Aug 2014 04:24:14 +0000 (14:24 +1000)
commit0fee63351d0a41fc979e4480460e5aa76903bab6
tree569b99a29aa2521fe6786bf2acbe420eca682ae1
parentbdb2f976d369112f68a1288eea1a8c1f54366fba
html/template: don't panic on second execution of unescapable template

Fixes #8431.

LGTM=r
R=golang-codereviews, r, minux
CC=golang-codereviews
https://golang.org/cl/130830043
src/pkg/html/template/escape.go
src/pkg/html/template/escape_test.go
src/pkg/html/template/template.go