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
Add failing tests for duplicate attribute removal bug
When using false/null to remove an attribute placeholder, duplicate
attributes remain. These tests demonstrate the bug:
- test_duplicate_attribute_removed_with_false
- test_duplicate_attribute_removed_with_null
- test_multiple_duplicate_attributes_removed
All three currently fail because render() directly pushes text
replacement edits, bypassing the Tag Processor's duplicate tracking.
0 commit comments