Implement ADV text publication service

This commit is contained in:
gamer147
2026-07-20 10:18:10 -04:00
parent 96e4448796
commit 3fa07c0ae5
14 changed files with 204 additions and 25 deletions

View File

@@ -102,5 +102,6 @@ public class HistoryPresentationOpsTests
Assert.All(host.HistoryRenders.Where(render => render.Text.Length > 0),
render => Assert.Equal(8, render.Style.LineSpacing));
Assert.Contains(host.PresentedRanges, range => range == (0L, 60000L));
Assert.Contains(false, host.WaitIndicatorEnabledChanges);
}
}