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

Issue 5447055: code review 5447055: html: implement fragment parsing algorithm (Closed)

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

Description

html: implement fragment parsing algorithm Pass the tests in tests4.dat.

Patch Set 1 #

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

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

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -32 lines) Patch
M src/pkg/html/parse.go View 1 2 4 chunks +85 lines, -17 lines 1 comment Download
M src/pkg/html/parse_test.go View 1 5 chunks +45 lines, -15 lines 1 comment 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/
14 years, 4 months ago (2011-11-30 17:53:50 UTC) #1
nigeltao
LGTM. Nice. http://codereview.appspot.com/5447055/diff/3001/src/pkg/html/parse.go File src/pkg/html/parse.go (right): http://codereview.appspot.com/5447055/diff/3001/src/pkg/html/parse.go#newcode1615 src/pkg/html/parse.go:1615: n.Parent = nil It won't matter in ...
14 years, 4 months ago (2011-12-01 01:47:15 UTC) #2
nigeltao
14 years, 4 months ago (2011-12-01 01:48:56 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=69cec8583a92 ***

html: implement fragment parsing algorithm

Pass the tests in tests4.dat.

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

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