0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. hermes-agent
  2. /
  3. scripts
  4. /
  5. tests
TTekniumfix(install.ps1): trim completion banner + strip em-dash in test
3925be27创建于 18 天前历史提交
文件最后提交记录最后更新时间
test-install-ps1-stage-protocol.ps1
fix(install.ps1): trim completion banner + strip em-dash in test Address the two cosmetic items from review: - Completion banner middle line was 62 chars vs 59-char top/bottom borders (replacing the 1-char checkmark with [OK] added width that wasn't reflected in the trailing whitespace). Drop 3 trailing spaces. - Smoke test file had a single em-dash in a comment -- the only non-ASCII byte across both files. Replace with -- for consistency with install.ps1's pure-ASCII goal. 18 天前