Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new test for Alpine.js attribute escaping
This commit introduces a new test case to ensure proper HTML escaping for Alpine.js attributes in templates. The test checks that potentially harmful JavaScript within `x-init` attributes is correctly escaped to prevent XSS attacks, similar to the existing test for `onclick` attributes.
- Loading branch information