]> Cypherpunks repositories - gostls13.git/commit
exp/html: add parseImpliedToken method to parser
authorAndrew Balholm <andybalholm@gmail.com>
Thu, 19 Apr 2012 01:48:17 +0000 (11:48 +1000)
committerNigel Tao <nigeltao@golang.org>
Thu, 19 Apr 2012 01:48:17 +0000 (11:48 +1000)
commitc88ca5906cbf022e5b63bddae44c0722054466c9
tree8637ef918b19dcfcae42b279846766ee45bfe41f
parente03dd509d48f854b90d3e0537d672f6786490195
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
https://golang.org/cl/6060048
src/pkg/exp/html/parse.go