go/src/pkg/html
Rob Pike 80f39f7b73 html/template: export the parse.Tree for the escaped template
The underlying parse tree is visible in text/template, so it should be visible here.
Done by copying the underlying *parse.Tree up to the top level of the struct, and then making sure it's kept up to date.
Fixes #6318.

R=mikesamuel
CC=golang-dev
https://golang.org/cl/13479044
2013-09-05 08:23:11 +10:00
..
template html/template: export the parse.Tree for the escaped template 2013-09-05 08:23:11 +10:00
entity.go gofmt: apply gofmt -w -s src misc 2012-10-09 17:01:28 -07:00
entity_test.go renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
escape.go various: deleted unused items 2013-08-03 16:01:04 +10:00
escape_test.go html: add escaping tests 2013-07-10 17:31:46 +10:00