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
#313 (TypesetEngine main 전환) 후 tests/issue_301.rs::z_table_equations_rendered_once 가 회귀로 실패. 현재 #314 PR (#316) 머지 차단 해제를 위해 임시 #[ignore] 처리됨 (커밋 78fb1f1).
증상
samples/exam_math.hwp 페이지 12 (index 11) 의 z-table 영역에서 수식이 중복 출현:
배경
#313 (TypesetEngine main 전환) 후
tests/issue_301.rs::z_table_equations_rendered_once가 회귀로 실패. 현재 #314 PR (#316) 머지 차단 해제를 위해 임시#[ignore]처리됨 (커밋78fb1f1).증상
samples/exam_math.hwp페이지 12 (index 11) 의 z-table 영역에서 수식이 중복 출현:원인 (예비 진단, Task #317 진행 중 발견)
두 개의 별도 회귀:
A. 분할 표 셀 수식 중복
src/renderer/layout/table_partial.rs:766Control::Equation분기table_layout.rs:1610의already_rendered_inline가드) 가 분할 표 경로에 적용 안 됨B. wrap=Square 호스트 문단 + 인라인 수식 중복
작업 범위
table_partial.rs:766Equation 분기에 exam_math.hwp 12쪽 정규분포 z-table 이중 렌더링 #301 가드 추가tests/issue_301.rs::z_table_equations_rendered_once의#[ignore]제거비범위
단계 분할 (구현 계획서에서 상세화)
3~4단계 예상.
완료 조건
선행