Skip to content

Commit 76cab63

Browse files
fix unit test
1 parent 9f9c09f commit 76cab63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: html/parse.go

+2
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,8 @@ func afterHeadIM(p *parser) bool {
838838
return true
839839
case ErrorToken:
840840
// Stop parsing.
841+
p.parseImpliedToken(StartTagToken, a.Body, a.Body.String())
842+
p.framesetOK = true
841843
return true
842844
}
843845

0 commit comments

Comments
 (0)