Summary
tools/gen_effects_cases.py case C7_글자효과통합.hwpx fails its own fidelity assertion on main at v0.17.0:
C7_글자효과통합.hwpx 통합 효과 소실: 밑줄
When several character effects are combined on one run, the underline is lost after the synthesized round-trip. Found by scripts/hancom-regression.sh (PR #234, Phase 4 RLSE-01); the harness itself is not attached to CI.
Reproduction
cargo build
HWP_BIN=target/debug/hwp python3 tools/gen_effects_cases.py <out-dir>
Expected
All combined effects, including the underline, survive read -> write -> read and the C7 assertion passes; Hancom renders the underline together with the other effects.
Notes
Excluded explicitly from the Hancom regression run until fixed (HWP_REGRESSION_ALLOW_KNOWN_FAILURES), with the exclusion recorded in the index and the release Verification block. Tracked from Phase 4.
Summary
tools/gen_effects_cases.pycaseC7_글자효과통합.hwpxfails its own fidelity assertion on main at v0.17.0:When several character effects are combined on one run, the underline is lost after the synthesized round-trip. Found by
scripts/hancom-regression.sh(PR #234, Phase 4 RLSE-01); the harness itself is not attached to CI.Reproduction
Expected
All combined effects, including the underline, survive read -> write -> read and the C7 assertion passes; Hancom renders the underline together with the other effects.
Notes
Excluded explicitly from the Hancom regression run until fixed (
HWP_REGRESSION_ALLOW_KNOWN_FAILURES), with the exclusion recorded in the index and the release Verification block. Tracked from Phase 4.