feat: enforce Guanghu language-world boundary
This commit is contained in:
parent
fe89f1429a
commit
0ac0025fdf
23 changed files with 889 additions and 41 deletions
|
|
@ -24,7 +24,9 @@ test("BingShuo living system controller binds the current full protocol registry
|
|||
registry.registry_id,
|
||||
);
|
||||
assert.equal(registry.existing_registered.length, 10);
|
||||
assert.equal(registry.registered_draft_protocols.length, 32);
|
||||
assert.equal(registry.registered_draft_protocols.length, 33);
|
||||
assert.equal(map.language_world_boundary.id, "GLW-CHJH-0001");
|
||||
assert.equal(map.language_world_boundary.entry_path, "LL-CMPN-0001");
|
||||
});
|
||||
|
||||
test("Zhuyuan entry resolves to an executable brain, not a read-only archive", () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue