diff --git a/scripts/test_batch20_units.py b/scripts/test_batch20_units.py index 94530d5..7ea709d 100644 --- a/scripts/test_batch20_units.py +++ b/scripts/test_batch20_units.py @@ -560,7 +560,8 @@ def _(): # 但它们不告诉人能不能买,所以句子主干换成原因,判决词只用来分支。 assert "判为「{{ (p.hard_numbers||{}).verdict }}」" not in html, \ "提议卡不该再印判决词,要说原因" - assert "propVerdictLine(p)" in html, "提议卡要用 propVerdictLine 把判决说成原因" + assert "propVerdictLine(" in html, \ + "提议卡要用 propVerdictLine 把判决说成原因(2026-09-12 重构后从卡面移进详情弹窗,参数改 propDetailP)" k = html.index("const propVerdictLine") vseg = html[k:k + 900] for v in ("候选", "关注", "仅展示"):