You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): update parseSnippets HTML test to expect escaped preview
The snippets.ts refactor correctly added escapeHTML() to the preview
for XSS protection. Update test to expect:
- HTML entities escaped (<div> → <div>)
- Newlines converted to <br/>
0 commit comments