]> Cypherpunks repositories - gostls13.git/commit
exp/template/html: fix bug /*/ is not a full JS block comment.
authorMike Samuel <mikesamuel@gmail.com>
Mon, 12 Sep 2011 23:01:30 +0000 (16:01 -0700)
committerMike Samuel <mikesamuel@gmail.com>
Mon, 12 Sep 2011 23:01:30 +0000 (16:01 -0700)
commit80a5ddbdb1af3442e86b7db2fbb5f25e3bdca9fe
tree484b184856f55fed2108523826af5bd6fcb62897
parent3b189d8f9c243d594b8ab8db495da9c60bae5428
exp/template/html: fix bug /*/ is not a full JS block comment.

Similar tests for CSS already catch this problem in tCSS.

R=nigeltao
CC=golang-dev
https://golang.org/cl/4967065
src/pkg/exp/template/html/escape.go
src/pkg/exp/template/html/escape_test.go