• Andrew Balholm's avatar
    html: parse column groups · 83f61a27
    Andrew Balholm authored
    Pass tests1.dat, test 108:
    <table><colgroup><col><colgroup><col><col><col><colgroup><col><col><thead><tr><td></table>
    
    | <html>
    |   <head>
    |   <body>
    |     <table>
    |       <colgroup>
    |         <col>
    |       <colgroup>
    |         <col>
    |         <col>
    |         <col>
    |       <colgroup>
    |         <col>
    |         <col>
    |       <thead>
    |         <tr>
    |           <td>
    
    R=nigeltao
    CC=golang-dev
    https://golang.org/cl/5369061
    83f61a27
parse_test.go 5.01 KB