style(selftests): wrap HonorificTitleData ctor to satisfy csharpier
Inherited csharpier drift from the 1.8.7 merge (72099c8); format-only, no behaviour change.
This commit is contained in:
@@ -56,7 +56,16 @@ internal sealed class HonorificHeaderRenderStep : ISelfTestStep
|
|||||||
_snapshotted = true;
|
_snapshotted = true;
|
||||||
|
|
||||||
var valid = new HonorificTitleData("Champion", false, false, null, null, null, null, null);
|
var valid = new HonorificTitleData("Champion", false, false, null, null, null, null, null);
|
||||||
var original = new HonorificTitleData("Champion", false, true, null, null, null, null, null);
|
var original = new HonorificTitleData(
|
||||||
|
"Champion",
|
||||||
|
false,
|
||||||
|
true,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
);
|
||||||
|
|
||||||
// Draw at a deliberately wide 420px so the title never hits the truncation
|
// Draw at a deliberately wide 420px so the title never hits the truncation
|
||||||
// clamp — LastTitleRendered then reflects the GATE outcome, not the width.
|
// clamp — LastTitleRendered then reflects the GATE outcome, not the width.
|
||||||
|
|||||||
Reference in New Issue
Block a user