• Andrew Balholm's avatar
    html: allow whitespace text nodes in <head> · 053549ca
    Andrew Balholm authored
    Pass tests1.dat, test 50:
    <!DOCTYPE html><script> <!-- </script> --> </script> EOF
    
    | <!DOCTYPE html>
    | <html>
    |   <head>
    |     <script>
    |       " <!-- "
    |     " "
    |   <body>
    |     "-->  EOF"
    
    Also pass tests through test 54:
    <!DOCTYPE html><title>U-test</title><body><div><p>Test<u></p></div></body>
    
    R=nigeltao
    CC=golang-dev
    https://golang.org/cl/5311066
    053549ca
parse_test.go 4.16 KB