]> Cypherpunks repositories - gostls13.git/commit
html: move the sanity checking of the entity map from runtime
authorNigel Tao <nigeltao@golang.org>
Tue, 7 Dec 2010 20:55:03 +0000 (07:55 +1100)
committerNigel Tao <nigeltao@golang.org>
Tue, 7 Dec 2010 20:55:03 +0000 (07:55 +1100)
commit688a83128d1304c2a1fe62416ca7e6d703faad3e
tree84113cd1ac531997844f332356c89d082ca5b1b9
parentae2495c5b03718a413a457410d48f72e25b915f3
html: move the sanity checking of the entity map from runtime
(during init) to test-time (via gotest).

R=gri
CC=golang-dev
https://golang.org/cl/3466044
src/pkg/html/entity.go
src/pkg/html/entity_test.go [new file with mode: 0644]