Skip to content

Enable ACT tests for html-xml-lang-mismatch (5b7ae0)#351

Merged
koddsson merged 1 commit intomainfrom
fix/343-html-xml-lang-mismatch
Mar 13, 2026
Merged

Enable ACT tests for html-xml-lang-mismatch (5b7ae0)#351
koddsson merged 1 commit intomainfrom
fix/343-html-xml-lang-mismatch

Conversation

@koddsson
Copy link
Owner

Summary

  • Removed 5b7ae0 from rulesToIgnore in generate-act-tests.js
  • The W3C testcases.json doesn't currently include test cases for this rule, so no new test files are generated yet — but the rule is implemented and unit-tested
  • When W3C adds test cases, they'll be picked up automatically

Fixes #343

Test plan

  • All 172 existing tests pass
  • No regressions

🤖 Generated with Claude Code

Remove 5b7ae0 from rulesToIgnore in generate-act-tests.js. The
html-xml-lang-mismatch rule is already implemented in the scanner.
While the W3C testcases.json doesn't currently include test cases
for this rule, it should not be in the ignore list since it is a
known, implemented rule.

Fixes #343

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@koddsson koddsson enabled auto-merge (squash) March 13, 2026 11:30
@koddsson koddsson merged commit d4975c7 into main Mar 13, 2026
1 check passed
@koddsson koddsson deleted the fix/343-html-xml-lang-mismatch branch March 13, 2026 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable ACT tests for html-xml-lang-mismatch (5b7ae0)

1 participant