Documentation ¶
Overview ¶
Play with "testing/quick" package to find an input that causes html.Parse to return an error.
It seems to never happen, likely because html.Parse only returns errors when they are caused by running out of memory or supplied io.Reader misbehaving. Neither can happen via html.Parse(bytes.NewReader()).
Click to show internal directories.
Click to hide internal directories.