1. 07 Aug, 2012 1 commit
  2. 06 Aug, 2012 5 commits
  3. 05 Aug, 2012 7 commits
  4. 04 Aug, 2012 3 commits
  5. 03 Aug, 2012 13 commits
  6. 02 Aug, 2012 3 commits
  7. 01 Aug, 2012 7 commits
  8. 31 Jul, 2012 1 commit
    • Andrew Balholm's avatar
      exp/html: tokenize attributes of end tags · 9f3b0057
      Andrew Balholm authored
      If an end tag has an attribute that is a quoted string containing '>',
      the tokenizer would end the tag prematurely. Now it reads the attributes
      on end tags just as it does on start tags, but the high-level interface
      still doesn't return them, because their presence is a parse error.
      
      Pass 1 additional test.
      
      R=nigeltao
      CC=golang-dev
      https://golang.org/cl/6457060
      9f3b0057