fix: complete retail parity stability pass
All checks were successful
CI / linux-portable (push) Successful in 3m41s
CI / windows-gate (push) Successful in 6m49s
CI / release (push) Successful in 3m22s

This commit is contained in:
Erik 2026-08-28 20:01:39 +02:00
parent d3df4cb20a
commit f7aa8e0eb7
131 changed files with 7765 additions and 1190 deletions

View file

@ -489,8 +489,11 @@ public sealed class RetailCommandHelpTableTests
// ported -- see RetailCommandHelpTable.MessageTypesDetail) --
// 43/4/0, zero remaining unverified leaf verbs.
// CT-B4 (2026-08-21): "log" joined the catalog, bringing its already-
// extracted retail Detail text with it -- 44/4/0.
Assert.Equal(44, extractedCount);
// extracted retail Detail text with it -- 44/4/0. #361 adds the
// already-extracted @day and @render handlers -- 46/4/0. #360 adds
// standalone @motd, whose retail Detail text was already extracted
// in RetailCommandHelpTable.Motd -- 47/4/0.
Assert.Equal(47, extractedCount);
Assert.Equal(4, confirmedNullCount);
Assert.Equal(0, unverifiedCount);
}