]> Cypherpunks repositories - gostls13.git/commit
html: parse <xmp> tags
authorAndrew Balholm <andybalholm@gmail.com>
Wed, 30 Nov 2011 04:37:41 +0000 (15:37 +1100)
committerNigel Tao <nigeltao@golang.org>
Wed, 30 Nov 2011 04:37:41 +0000 (15:37 +1100)
commit3b3922771a1ace2e4781f7e53a16cf566f2c27bf
treef45c9f95c91b59a8c96ff738429b7affd270e71a
parente32f4ba77d920411e916cece41b3a40e0db0a074
html: parse <xmp> tags

Pass tests5.dat, test 10:
<p><xmp></xmp>

| <html>
|   <head>
|   <body>
|     <p>
|     <xmp>

Also pass the remaining tests in tests5.dat.

R=nigeltao
CC=golang-dev
https://golang.org/cl/5440062
src/pkg/html/parse.go
src/pkg/html/parse_test.go
src/pkg/html/render.go
src/pkg/html/token.go