• Andrew Balholm's avatar
    html: parse <isindex> · a1dbfa6f
    Andrew Balholm authored
    Pass tests2.dat, test 42:
    <isindex test=x name=x>
    
    | <html>
    |   <head>
    |   <body>
    |     <form>
    |       <hr>
    |       <label>
    |         "This is a searchable index. Enter search keywords: "
    |         <input>
    |           name="isindex"
    |           test="x"
    |       <hr>
    
    R=nigeltao
    CC=golang-dev
    https://golang.org/cl/5399049
    a1dbfa6f
parse.go 33.7 KB