fix unit test

This commit is contained in:
yincong
2024-11-05 10:10:21 +08:00
parent 9f9c09f202
commit 76cab6397d

View File

@@ -838,6 +838,8 @@ func afterHeadIM(p *parser) bool {
return true
case ErrorToken:
// Stop parsing.
p.parseImpliedToken(StartTagToken, a.Body, a.Body.String())
p.framesetOK = true
return true
}