chore: Phase3 Word 解析收尾(尾随换行/import 排序/契约注释)
This commit is contained in:
@@ -95,4 +95,4 @@ def test_parse_extensionless_rule(tmp_path):
|
||||
bad = tmp_path / "note"
|
||||
bad.write_text("hello", encoding="utf-8")
|
||||
with pytest.raises(ValueError, match="无扩展名"):
|
||||
SourceParser().parse(rule_paths=[bad])
|
||||
SourceParser().parse(rule_paths=[bad])
|
||||
|
||||
Reference in New Issue
Block a user