]> Cypherpunks repositories - gostls13.git/commit
html: parse more malformed tags.
authorNigel Tao <nigeltao@golang.org>
Thu, 11 Aug 2011 08:49:09 +0000 (18:49 +1000)
committerNigel Tao <nigeltao@golang.org>
Thu, 11 Aug 2011 08:49:09 +0000 (18:49 +1000)
commitbca65e395e1786f321266da81fb3ed46f5d4e854
treee0e92e1e120acc8d2282b9263b1109d79718dc44
parent6ca968c791587cd70a1c0fcc5ddc21cdc7be60ad
html: parse more malformed tags.

This continues the work in revision 914a659b44ff, now passing more test
cases. As before, the new tokenization tests match html5lib's behavior.

Fixes #2124.

R=dsymonds, r
CC=golang-dev
https://golang.org/cl/4867042
src/pkg/html/token.go
src/pkg/html/token_test.go