Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(921)

Issue 5359054: code review 5359054: html: correctly parse </html> in <head> element. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by andybalholm
Modified:
13 years, 4 months ago
Reviewers:
CC:
nigeltao, golang-dev
Visibility:
Public.

Description

html: correctly parse </html> in <head> element. Pass tests1.dat, test 92: <head></html><meta><p> | <html> | <head> | <body> | <meta> | <p> Also pass tests through test 98: <p><b><div><marquee></p></b></div>

Patch Set 1 #

Patch Set 2 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Patch Set 9 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Patch Set 10 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Patch Set 11 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Patch Set 12 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Patch Set 13 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Patch Set 14 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Patch Set 15 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Patch Set 16 : diff -r f863a24df33d https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -4 lines) Patch
M src/pkg/html/parse.go View 1 2 chunks +15 lines, -3 lines 0 comments Download
M src/pkg/html/parse_test.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
andybalholm
Hello nigeltao@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2011-11-09 04:02:12 UTC) #1
nigeltao
LGTM.
13 years, 4 months ago (2011-11-09 08:17:49 UTC) #2
nigeltao
13 years, 4 months ago (2011-11-09 08:18:24 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=9b9fd209f03e ***

html: correctly parse </html> in <head> element.

Pass tests1.dat, test 92:
<head></html><meta><p>

| <html>
|   <head>
|   <body>
|     <meta>
|     <p>

Also pass tests through test 98:
<p><b><div><marquee></p></b></div>

R=nigeltao
CC=golang-dev
http://codereview.appspot.com/5359054

Committer: Nigel Tao <nigeltao@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b