]> Cypherpunks repositories - gostls13.git/commit
html: parse <nobr> elements
authorAndrew Balholm <andybalholm@gmail.com>
Sun, 27 Nov 2011 23:55:31 +0000 (10:55 +1100)
committerNigel Tao <nigeltao@golang.org>
Sun, 27 Nov 2011 23:55:31 +0000 (10:55 +1100)
commit68e7363b56a0a42414620a5a5cb756fb0edf82e7
treeb784013c706652e135aecee3d6f4349714678e48
parent4c113ffe162236d44106a1c44ab8bfb623c1c795
html: parse <nobr> elements

Pass tests3.dat, test 20:
<!doctype html><nobr><nobr><nobr>

| <!DOCTYPE html>
| <html>
|   <head>
|   <body>
|     <nobr>
|     <nobr>
|     <nobr>

Also pass tests through test 22:
<!doctype html><html><body><p><table></table></body></html>

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