test(#385): match new compress panel format in export-cmd helper - #386
test(#385): match new compress panel format in export-cmd helper#386ranxianglei wants to merge 1 commit into
Conversation
📦 Built Extension ArtifactBranch: Option A — Install from npm PR tag (recommended)pi install npm:billion-context-pi@pr-386Each push to this PR publishes a new version under the Option B — Download artifact
tar xzf billion-context-pi-pr386.tgz
pi install ./packageThis comment is automatically updated on each push. |
[bot] 🏷 Reviewed and verified — ready to merge. Diff cleanliness: exactly 1 file, 1 line ( Local verification on branch
Regex choice: Duplicate handling: my earlier bot PR #388 (opened 06:58Z by a previous session working #385, which missed this existing PR — duplicate-screening miss on our side) fixed the same line with 中文摘要:审查并本地验证了这个一行测试修复(export-cmd 由 7 fail 恢复全绿,全量 725/0 fail,typecheck/build 干净),diff 只有一行、无无关改动;已把重复的机器人 PR #388 关闭并打 duplicate 标签,本 PR 可以合并。 |
One-line test fix, no production code touched.
tests/export-cmd.test.ts:89asserted the legacy compress-result format (/1 block/). #377 (cca0060) reworked the panel line toblocks: bN=mXXXXX–mYYYYYand updated four test files but missed this one — its branch predated #272's merge, so #377's CI never saw it. Result: 7 identicalcompress created a blockfailures on master (verified pre-existing on both acp-kernel 0.0.63 and 0.0.64, unrelated to any pin bump).Verified:
tests/export-cmd.test.ts3/10 → 10/10; full suite 725/725.Fixes #385