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: account for HTML encoding in HTML5 form helper tests
Tests checking specific attribute values (email, URL, tel, color,
search) now pass encode=false since default encoding transforms
special characters (@ : / + # space) into HTML entities. Encoding
behavior is tested separately in the encoding support describe block.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
0 commit comments