mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-08-07 20:20:20 +03:00
Two bugs caused tag concatenation (e.g. `</item><item`): - Insert-BeforeElement: place new node before trailing whitespace, not before the preceding newline - Get-ContainerChildIndent: check for Element children instead of HasChildNodes to correctly detect empty containers after clear-* Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>