confluence-mdx: direct 경로 <ac:link> 가드 추가 (F3)#864
Merged
Conversation
build_patches의 direct 경로에서 매핑 XHTML에 <ac:link> 포함 시 inner XHTML 재생성 대신 transfer_text_changes로 폴백합니다. HTML table 블록 내 <ac:link> 요소가 재생성 시 <a href>로 변환되는 문제를 해결하여, 544178405 테스트케이스가 fail → pass로 전환됩니다. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
build_patches의 direct 경로에서 매핑 XHTML에<ac:link>포함 시 inner XHTML 재생성 대신transfer_text_changes로 폴백하여 DOM 구조를 보존합니다.문제
<ac:link>요소가mdx_block_to_inner_xhtml()재생성 시<a href>로 변환되어 소실Databased→Database변경 시 테이블 전체가 재구성됨해결
patch_builder.py의 direct 경로에<ac:link>가드 추가<ac:image>/<span style>가드(F1)와 동일한 패턴결과: 16/16 전체 pass (544178405: fail → pass)
patch_builder.py<ac:link>가드 + markdown table 가드analysis-reverse-sync-refactoring.md544178405/expected.*Test plan
make test-reverse-sync(16/16 pass)make test-xhtml-diff(15/15 pass)make test-convert(21/21 pass)make test-skeleton(18/18 pass)make test-byte-verify(21/21 pass)🤖 Generated with Claude Code