fix: use formal public copy for early Guanghu history
This commit is contained in:
parent
401a0a82ab
commit
0be5ab3407
3 changed files with 14 additions and 11 deletions
|
|
@ -48,10 +48,12 @@ test('the public home timeline and personal channel module share the same time a
|
|||
assert.equal(contract.homepage_timeline.early_evolution_period.starts_after_epoch_date, '2025-04-26')
|
||||
assert.equal(contract.homepage_timeline.early_evolution_period.ends_inclusive_month, '2026-02')
|
||||
assert.equal(contract.homepage_timeline.early_evolution_period.display_date, '2025-04-26 后—2026-02')
|
||||
assert.equal(contract.homepage_timeline.early_evolution_period.public_tone, 'OFFICIAL_FACTUAL_RESTRAINED')
|
||||
assert.equal(contract.homepage_timeline.early_evolution_period.must_not_be_omitted, true)
|
||||
assert.match(rust, /GH-ERA-20250426-202602-EVOLUTION-CONFUSION/)
|
||||
assert.match(rust, /系统演化与人格混乱构建期/)
|
||||
assert.match(rust, /最漫长、最艰难也最黑暗/)
|
||||
assert.match(rust, /GH-ERA-20250426-202602-LANGUAGE-WORLD-CONSTRUCTION/)
|
||||
assert.match(rust, /语言世界早期构建与系统演化期/)
|
||||
assert.match(rust, /由冰朔一人持续建设/)
|
||||
assert.doesNotMatch(rust, /最漫长、最艰难也最黑暗/)
|
||||
assert.doesNotMatch(frontend, /setInterval\s*\(/)
|
||||
assert.equal(contract.personal_channel_module.installation, 'ATOMIC_WITH_PERSONAL_CHANNEL_INITIALIZATION')
|
||||
assert.equal(contract.personal_channel_module.existing_channel_migration, 'IDEMPOTENT_ADDITIVE')
|
||||
|
|
|
|||
Loading…
Reference in a new issue