go/src/pkg/template
Scott Lawrence cae23f036a template: fix error checking on execute without parse
Fixed error checking in exec.go to give a sensible error message when
execution is attempted before a successful parse (rather than an
outright panic).

R=r
CC=golang-dev
https://golang.org/cl/5306065
2011-10-31 16:07:17 -07:00
..
parse old/regexp, old/template, template: use rune 2011-10-25 22:22:42 -07:00
testdata template: move exp/template into template. 2011-08-17 14:55:57 +10:00
Makefile template: add doc.go to Makefile 2011-09-13 18:50:02 -07:00
doc.go template: Grammar fix for template documentation. 2011-08-25 12:25:19 -04:00
exec.go template: fix error checking on execute without parse 2011-10-31 16:07:17 -07:00
exec_test.go template: do not use error as stringer 2011-10-27 21:17:47 -07:00
funcs.go old/regexp, old/template, template: use rune 2011-10-25 22:22:42 -07:00
helper.go filepath: fix Glob to return no error on nonmatching patterns 2011-09-16 20:30:54 -07:00
parse.go template: add method Delims to allow alternate action delimiters. 2011-10-06 13:30:50 -07:00
set.go template: add method Delims to allow alternate action delimiters. 2011-10-06 13:30:50 -07:00
set_test.go template: move exp/template into template. 2011-08-17 14:55:57 +10:00