]> Cypherpunks repositories - gostls13.git/commit
html: parse empty, unquoted, and single-quoted attribute values
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 12 May 2011 23:11:35 +0000 (16:11 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 12 May 2011 23:11:35 +0000 (16:11 -0700)
commitf4e5f364c7f3107f707c3547a72e546167b9410c
tree1182a3b2786b3e7841a9ccd114a1f4448e1e4597
parent5473103666e6ddfb4c036cbc064447759b63d9d8
html: parse empty, unquoted, and single-quoted attribute values

Fixes #1391

R=nigeltao
CC=golang-dev
https://golang.org/cl/4453054
src/pkg/html/token.go
src/pkg/html/token_test.go