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

Issue 6060048: code review 6060048: exp/html: add parseImpliedToken method to parser (Closed)

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

Description

exp/html: add parseImpliedToken method to parser This method will allow us to be explicit about what we're doing when we insert an implied token, and avoid repeating the logic involved in multiple places.

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -37 lines) Patch
M src/pkg/exp/html/parse.go View 1 6 chunks +47 lines, -37 lines 0 comments Download

Messages

Total messages: 3
andybalholm
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, nigeltao@golang.org), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 3 months ago (2012-04-18 16:21:03 UTC) #1
nigeltao
LGTM.
13 years, 3 months ago (2012-04-19 01:44:52 UTC) #2
nigeltao
13 years, 3 months ago (2012-04-19 01:48:39 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=6c3ed145bf76 ***

exp/html: add parseImpliedToken method to parser

This method will allow us to be explicit about what we're doing when
we insert an implied token, and avoid repeating the logic involved in
multiple places.

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

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