confluence-mdx: testcase forward convert #link-error 5건 개선#789
Merged
Conversation
git worktree 작업 디렉토리가 실수로 추적되지 않도록 합니다. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
forward convert 시 #link-error 없이 상대경로 링크를 생성하기 위해 현재 페이지 2개(1911652402, 1454342158)와 대상 페이지 5개의 엔트리를 var/pages.yaml에서 복사합니다. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
pages.yaml 보강으로 forward convert가 올바른 상대경로를 생성하므로 expected.mdx, expected.html, expected.skel.mdx를 재생성합니다. - 1911652402: 4개 링크 (#link-error → ../installation/installation/...) - 1454342158: 1개 링크 (#link-error → identity-providers/...) 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
tests/testcases/pages.yaml에 누락된 페이지 7개(현재 페이지 2개 + 대상 페이지 5개)를var/pages.yaml에서 복사하여 추가합니다#link-error로 생성되던 5개 링크가 올바른 상대경로로 변환되도록expected.mdx,expected.html,expected.skel.mdx를 갱신합니다Test plan
make test-convert— 21 passed, 0 failedmake test-render— 21 passedmake test-skeleton— 18 passed, 0 failed#link-error잔존 없음 확인🤖 Generated with Claude Code