]> Cypherpunks repositories - gostls13.git/commit
template: add method Delims to allow alternate action delimiters.
authorRob Pike <r@golang.org>
Thu, 6 Oct 2011 20:30:50 +0000 (13:30 -0700)
committerRob Pike <r@golang.org>
Thu, 6 Oct 2011 20:30:50 +0000 (13:30 -0700)
commitdcf53189900b814925475b09770092d06f362ebc
tree733f47cc0f05c1d946a961983040f786c52293ba
parentedacc863d0dd3806fd2caf869a99852d39c8ed08
template: add method Delims to allow alternate action delimiters.

R=golang-dev, rsc, dsymonds
CC=golang-dev
https://golang.org/cl/5209045
src/pkg/template/exec_test.go
src/pkg/template/parse.go
src/pkg/template/parse/lex.go
src/pkg/template/parse/lex_test.go
src/pkg/template/parse/parse.go
src/pkg/template/parse/parse_test.go
src/pkg/template/parse/set.go
src/pkg/template/set.go