fix(parse/html): fix panic caused by malformed tag <12#8913
Conversation
🦋 Changeset detectedLatest commit: c7a0562 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughReplaces a permissive tag-start check with a new Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Tip 🧪 Unit Test Generation v2 is now available!We have significantly improved our unit test generation capabilities. To enable: Add this to your reviews:
finishing_touches:
unit_tests:
enabled: trueTry it out by using the Have feedback? Share your thoughts on our Discord thread! Comment |
Summary
This PR fixes a crash in the HTML parser caused by trying to parse
<1as a tag. Now we correctly emit an error for this case.generated by glm-4.7
fixes #8363
Test Plan
snapshots
Docs