diff options
| author | Nigel Tao <nigeltao@golang.org> | 2011-10-19 08:03:30 +1100 |
|---|---|---|
| committer | Nigel Tao <nigeltao@golang.org> | 2011-10-19 08:03:30 +1100 |
| commit | b1fd528db5305d85c6dfabd8ff7d0656c7f97a39 (patch) | |
| tree | d6cc2c1f9bcf11694a1d7fa3336e2cdd539eea09 /src/pkg/http | |
| parent | 78ad19f214394a1cb1e96d448bacb84011204452 (diff) | |
| download | go-b1fd528db5305d85c6dfabd8ff7d0656c7f97a39.tar.xz | |
html: parse raw text and RCDATA elements, such as <script> and <title>.
Pass tests1.dat, test 26:
#data
<script><div></script></div><title><p></title><p><p>
#document
| <html>
| <head>
| <script>
| "<div>"
| <title>
| "<p>"
| <body>
| <p>
| <p>
Thanks to Andy Balholm for driving this change.
R=andybalholm
CC=golang-dev
https://golang.org/cl/5301042
Diffstat (limited to 'src/pkg/http')
0 files changed, 0 insertions, 0 deletions
