test(tree): cover L1 entity fields and block ordering in view_node
This commit is contained in:
@@ -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("[实体]")
|
||||
|
||||
Reference in New Issue
Block a user