1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:21:21 -06:00
go/src/pkg
Andrew Balholm 632a2c59b1 html: properly close <tr> element when an new <tr> starts.
Pass tests1.dat, test 87:
<table><tr><tr><td><td><span><th><span>X</table>

| <html>
|   <head>
|   <body>
|     <table>
|       <tbody>
|         <tr>
|         <tr>
|           <td>
|           <td>
|             <span>
|           <th>
|             <span>
|               "X"

R=nigeltao
CC=golang-dev
https://golang.org/cl/5343041
2011-11-04 15:48:11 +11:00
..
archive all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
bufio all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
builtin builtin: remove errant spaces 2011-11-03 14:52:38 +11:00
bytes all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
compress all: rename os.Error to error in various non-code contexts 2011-11-01 22:58:09 -04:00
container container/heap: document what Push and Pop do 2011-11-03 15:30:57 -04:00
crypto all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
debug all: sort imports 2011-11-02 15:54:16 -04:00
encoding gob: fix bug when registering the same type multiple times 2011-11-03 18:05:14 -07:00
errors errors: new package 2011-11-01 21:46:59 -04:00
exp html,log,math: renamings 2011-11-03 12:42:57 -07:00
expvar pkg: remove .String() from some print arguments 2011-10-27 18:03:52 -07:00
flag src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
fmt all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
go gofmt, gofix: sort imports 2011-11-02 15:53:57 -04:00
hash src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
html html: properly close <tr> element when an new <tr> starts. 2011-11-04 15:48:11 +11:00
image all: sort imports 2011-11-02 15:54:16 -04:00
index/suffixarray src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
io all: sort imports 2011-11-02 15:54:16 -04:00
log html,log,math: renamings 2011-11-03 12:42:57 -07:00
math all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
mime all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
net http: doc nits 2011-11-03 20:37:02 -07:00
old all: sort imports 2011-11-02 15:54:16 -04:00
os os,text,unicode: renamings 2011-11-03 14:18:06 -07:00
patch src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
path all: sort imports 2011-11-02 15:54:16 -04:00
reflect src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
regexp all: rename os.Error to error in various non-code contexts 2011-11-01 22:58:09 -04:00
runtime time: faster Nanoseconds call 2011-11-03 17:35:28 -04:00
sort go/doc, godoc, gotest: support for reading example documentation 2011-10-06 11:56:17 -07:00
strconv src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
strings all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
sync all: sort imports 2011-11-02 15:54:16 -04:00
syscall net: implement LookupTXT for windows 2011-11-02 17:11:40 +11:00
testing src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
text os,text,unicode: renamings 2011-11-03 14:18:06 -07:00
time time: faster Nanoseconds call 2011-11-03 17:35:28 -04:00
unicode os,text,unicode: renamings 2011-11-03 14:18:06 -07:00
unsafe unsafe: update doc 2011-08-31 17:59:35 -04:00
websocket websocket: return an error HTTP response for bad websocket request. 2011-11-03 14:13:39 +11:00
deps.bash os,text,unicode: renamings 2011-11-03 14:18:06 -07:00
Makefile httputil: move ReverseProxy out of http 2011-11-03 15:54:08 -07:00