]> Cypherpunks repositories - gostls13.git/commit
template: fix deadlock.
authorRob Pike <r@golang.org>
Fri, 2 Sep 2011 01:00:46 +0000 (11:00 +1000)
committerRob Pike <r@golang.org>
Fri, 2 Sep 2011 01:00:46 +0000 (11:00 +1000)
commit2cf66c1d946e1c5646f063f07bc0bd89406a9c9a
tree48776aaf42d63488bdbb2b558ac80edeb895a25e
parent5edeef214d571057e360d4a51f3a9cab9b635e85
template: fix deadlock.
No need for lexInsideAction to loop.
Fixes #2217.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/4963054
src/pkg/template/parse/lex.go
src/pkg/template/parse/lex_test.go