]> Cypherpunks repositories - gostls13.git/commit
text/template/parse: fix bug handling /*/
authorRob Pike <r@golang.org>
Fri, 10 Aug 2012 02:24:46 +0000 (19:24 -0700)
committerRob Pike <r@golang.org>
Fri, 10 Aug 2012 02:24:46 +0000 (19:24 -0700)
commit2253f671577c5302096f679d9dfe80218fdff99d
treeed937585dc28129318bb7b37784ae0f39ba7284a
parent4f308edc864a87ff4f6f9d6c531733cb1bf100f1
text/template/parse: fix bug handling /*/
Incorrect syntax for comment was erroneously accepted.
Fixes #3919.

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