• Andrew Balholm's avatar
    html: parse <nobr> elements · 68e7363b
    Andrew Balholm authored
    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
    68e7363b
parse_test.go 5.28 KB