-
Nigel Tao authored
Previously, Next would call either nextText or nextTag, but nextTag could also call nextText. Both nextText and nextTag were responsible for detecting "</a" end tags and "<!" comments. This change simplifies the call chain and puts that responsibility in a single place. R=andybalholm CC=golang-dev https://golang.org/cl/5263050
e5f3dc8b
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
testdata/webkit | ||
Makefile | ||
const.go | ||
doc.go | ||
entity.go | ||
entity_test.go | ||
escape.go | ||
node.go | ||
parse.go | ||
parse_test.go | ||
render.go | ||
render_test.go | ||
token.go | ||
token_test.go |