-
Mike Samuel authored
Tighter octal parsing broke some tests and were disabled in https://golang.org/cl/5530051 Those tests were broken. The CSS decoder was supposed to see CSS hex escape sequences of the form '\' <hex>+, but those escape sequences were instead being consumed by the template parser. This change properly escapes those escape sequences, and uses proper escaping for NULs. R=golang-dev, rsc, nigeltao CC=golang-dev https://golang.org/cl/5529073
b1d6fa51
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
template | ||
testdata/webkit | ||
Makefile | ||
const.go | ||
doc.go | ||
doctype.go | ||
entity.go | ||
entity_test.go | ||
escape.go | ||
foreign.go | ||
node.go | ||
parse.go | ||
parse_test.go | ||
render.go | ||
render_test.go | ||
token.go | ||
token_test.go |