test(tree): cover L1 entity fields and block ordering in view_node

This commit is contained in:
2026-07-11 09:02:03 -04:00
parent a2c6a97621
commit 1c21e215e2
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -527,3 +527,5 @@ class TestViewNodeEntityAppendix:
assert "Bluetooth headset (both ears)" in result
assert "[画面文字]" in result
assert "$9.99" in result
# 区块必须位于摘要之后(确定性追加发生在 Phase 2.5)
assert result.index("[内容摘要]") < result.index("[实体]")