• Michael Piatek's avatar
    go.net/html: Tokenizer.Raw returns the original input when tokenizer errors occur. · 480e7b06
    Michael Piatek authored
    Two tweaks enable this:
    1) Updating the raw and data span pointers when Tokenizer.Next is called, even
    if an error has occurred. This prevents duplicate data from being returned by
    Raw in the common case of an EOF.
    
    2) Treating '</>' as an empty comment token to expose the raw text as a
    tokenization event. (This matches the semantics of other non-token events,
    e.g., '</ >' is treated as '<!-- -->'.)
    
    Fixes golang/go#7029.
    
    R=golang-codereviews, r, bradfitz
    CC=golang-codereviews
    https://golang.org/cl/46370043
    480e7b06
Name
Last commit
Last update
dict Loading commit data...
html Loading commit data...
idna Loading commit data...
ipv4 Loading commit data...
ipv6 Loading commit data...
netutil Loading commit data...
proxy Loading commit data...
publicsuffix Loading commit data...
spdy Loading commit data...
websocket Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
codereview.cfg Loading commit data...