]> Cypherpunks repositories - gostls13.git/commit
html: handle unexpected EOF during parsing.
authorNigel Tao <nigeltao@golang.org>
Tue, 7 Dec 2010 21:59:20 +0000 (08:59 +1100)
committerNigel Tao <nigeltao@golang.org>
Tue, 7 Dec 2010 21:59:20 +0000 (08:59 +1100)
commit49014c5b12bd00817203c5ae5dbd4ec1c8f6d157
tree773b51c86dd6b0248cd1982d61e6272e5da32b41
parent8d50557979b30c277c7c846bb61f6d1a0466db4a
html: handle unexpected EOF during parsing.

This lets us parse HTML like "<html>foo".

R=gri
CC=golang-dev
https://golang.org/cl/3460043
src/pkg/html/parse.go
src/pkg/html/parse_test.go