summaryrefslogtreecommitdiff
path: root/src/pkg/html/token_test.go
Commit message (Expand)AuthorAgeFilesLines
* html,bzip2,sql: rename Error methods that return error to ErrGustavo Niemeyer2011-11-041-5/+5
* src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox2011-11-011-3/+3
* html: fix print argument in testRuss Cox2011-10-271-1/+1
* html: remove the Tokenizer.ReturnComments option.Nigel Tao2011-10-251-1/+0
* html: parse raw text and RCDATA elements, such as <script> and <title>.Nigel Tao2011-10-191-0/+71
* html: refactor the tokenizer; parse "</>" correctly.Nigel Tao2011-10-181-17/+24
* html: tokenize "a < b" as one whole text token.Nigel Tao2011-10-161-11/+93
* html: improve parsing of comments and "bogus comments"Andrew Balholm2011-10-151-9/+47
* html: fix some tokenizer bugs with attribute key/values.Nigel Tao2011-10-141-13/+30
* html: rewrite the tokenizer to be more consistent.Nigel Tao2011-10-141-16/+32
* html: parse more malformed tags.Nigel Tao2011-08-111-1/+11
* html: parse malformed tags missing a '>', such as `<p id=0</p>`.Nigel Tao2011-08-101-1/+16
* html: handle character entities without semicolonsAndrew Balholm2011-07-211-0/+10
* strings.Split: make the default to split all.Rob Pike2011-06-281-1/+1
* html: improve attribute parsing, note package statusBrad Fitzpatrick2011-06-061-0/+10
* pkg: spelling tweaks, A-HRobert Hencke2011-05-181-1/+1
* html: parse empty, unquoted, and single-quoted attribute valuesBrad Fitzpatrick2011-05-121-0/+38
* html: tokenize HTML comments.Nigel Tao2011-02-171-30/+56
* html: unescape numeric entities, and complete the named entities table, inclu...Ryan Hitchman2010-12-071-0/+69
* html: first cut at a parser.Nigel Tao2010-12-071-5/+5
* gofmt -s -w src miscRobert Griesemer2010-10-221-6/+6
* First cut of an HTML tokenizer (and eventually a parser).Nigel Tao2010-08-101-0/+162