Descriptionhtml/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 issue 6318.
Patch Set 1 #Patch Set 2 : diff -r 3ec3ff3de654 https://code.google.com/p/go/ #
Total comments: 1
Patch Set 3 : diff -r 6828de30a735 https://code.google.com/p/go/ #
MessagesTotal messages: 3
|