🐛 BUG: TSX output does not properly escape slashes in HTML comments #922
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
feat: tsx
Related to the TSX output (scope)
Describe the Bug
Version
Summary
When commented out in HTML format, entering a slash immediately after a hyphen will cause
astro check
to output an incorrect error.I have not been able to confirm whether this error occurs with anything other than a slash.
If you enter
a
instead of a slash, no error occurs.Code
Log
Steps to Reproduce
pnpm create astro@latest
pnpm astro check
The text was updated successfully, but these errors were encountered: