]> Cypherpunks repositories - gostls13.git/commit
html: don't leave "in column group" mode when ignoring a token
authorAndrew Balholm <andybalholm@gmail.com>
Wed, 14 Dec 2011 23:45:19 +0000 (10:45 +1100)
committerNigel Tao <nigeltao@golang.org>
Wed, 14 Dec 2011 23:45:19 +0000 (10:45 +1100)
commit85fdd68bd963406a90ec68e1532bc6495e88e40b
tree15a066bae1369b90acd7e22eda713228e8dcc508
parent076ebed0d87e1c9678ece352986d8b1ad877b440
html: don't leave "in column group" mode when ignoring a token

Pass tests6.dat, test 26:
foo<col>

| <col>

Also pass tests through test 35:
<table><tr><div><td>

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