fix: 破损 HTML 表格扫描失败关闭

This commit is contained in:
2026-08-28 18:06:31 +08:00
parent 61b7ea7534
commit 10c026c7ad
8 changed files with 52 additions and 7 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ def test_empty_document_and_empty_rule_set_are_no_ops() -> None:
def test_installed_package_version_matches_delivery_candidate() -> None:
assert distribution_version("mdpolish") == "0.6.0"
assert distribution_version("mdpolish") == "0.6.1"
def test_parameters_preserve_rule_order_and_record_all_options() -> None: