Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False positive when there are HTML character entity references within HTML tags, which in turn is within the matching parenthesis #24

Open
hsjoihs opened this issue Nov 7, 2024 · 1 comment
Labels
Type: Bug Bug or Bug fixes

Comments

@hsjoihs
Copy link
Contributor

hsjoihs commented Nov 7, 2024

Expected behavior:

Should report no error in any of the three below

  • 「a <code>b</code> c」
  • 「a &lt;br /&gt; c」
  • 「a <span>&lt;br /&gt;</span> c」

Actual behavior:

Reports an error in the third example, but not in the first or second examples

@azu azu added the Type: Bug Bug or Bug fixes label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug or Bug fixes
Projects
None yet
Development

No branches or pull requests

2 participants