]> Cypherpunks repositories - gostls13.git/commitdiff
exp/html: remove "INCOMPLETE" comment
authorAndrew Balholm <andybalholm@gmail.com>
Thu, 17 Jan 2013 01:06:04 +0000 (12:06 +1100)
committerNigel Tao <nigeltao@golang.org>
Thu, 17 Jan 2013 01:06:04 +0000 (12:06 +1100)
I think that the parser is complete enough to take that warning out.
It passes the test suite.
There may be incompatible API changes, but being in the exp directory
is warning enough for that.

R=nigeltao
CC=golang-dev
https://golang.org/cl/7131050

src/pkg/exp/html/doc.go

index 4dd453091c63a92555ffcab0f5f625c61e586f7b..fac0f54e78adcdd7e74e4ab983ff6d6425c4dcea 100644 (file)
@@ -4,7 +4,6 @@
 
 /*
 Package html implements an HTML5-compliant tokenizer and parser.
-INCOMPLETE.
 
 Tokenization is done by creating a Tokenizer for an io.Reader r. It is the
 caller's responsibility to ensure that r provides UTF-8 encoded HTML.