]> Cypherpunks repositories - gostls13.git/commit
html: implement fragment parsing algorithm
authorAndrew Balholm <andybalholm@gmail.com>
Thu, 1 Dec 2011 01:47:57 +0000 (12:47 +1100)
committerNigel Tao <nigeltao@golang.org>
Thu, 1 Dec 2011 01:47:57 +0000 (12:47 +1100)
commitce27b00f48bf3b90445bb4bcd28f6115c129d75b
treeadbe15432fc6becd8074fb0939678b3dbebe24da
parent595efd0d205b2a1fe143440088f8f394b09c3b8c
html: implement fragment parsing algorithm

Pass the tests in tests4.dat.

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