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

Issue 5331061: code review 5331061: html: parse <link> elements in <head> (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: parse <link> elements in <head> Pass tests1.dat, test 83: <title><meta></title><link><title><meta></title> | <html> | <head> | <title> | "<meta>" | <link> | <title> | "<meta>" | <body> Also pass test 84: <style><!--</style><meta><script>--><link></script>

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M src/pkg/html/parse.go View 1 1 chunk +4 lines, -2 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-02 23:59:17 UTC) #1
nigeltao
LGTM.
13 years, 4 months ago (2011-11-03 06:12:00 UTC) #2
nigeltao
13 years, 4 months ago (2011-11-03 06:12:19 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=6ed228888a72 ***

html: parse <link> elements in <head>

Pass tests1.dat, test 83:
<title><meta></title><link><title><meta></title>

| <html>
|   <head>
|     <title>
|       "<meta>"
|     <link>
|     <title>
|       "<meta>"
|   <body>

Also pass test 84:
<style><!--</style><meta><script>--><link></script>

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

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