ModernUO/Projects/Server.Tests/Tests/PropertyList
Kamron Batman bcb1da47eb fix(opl): only apply the ':#' cliloc marker to integer values
The IPropertyList interpolation handler treated any {value:#} as a cliloc marker
(emit '#<value>'). But cliloc numbers are integers; a float/double/decimal with '#'
is the standard custom-numeric (digit-placeholder) format, not a cliloc reference.
Gate the marker on an integer value type so float/double/decimal {x:#} formats
normally, narrowing the ambiguity to the harmless {0:#} integer case ('#0').

Adds ObjectPropertyListSpanAddTests.HashFormat_OnlyMarksIntegers: int {value:#}
emits '#<value>'; double {value:#} uses the standard '#' format (no leading '#').

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-19 10:48:04 -07:00
..
ObjectPropertyListSpanAddTests.cs fix(opl): only apply the ':#' cliloc marker to integer values 2026-07-19 10:48:04 -07:00
OplTextBlockTests.cs feat(opl): OplTextBlock multi-line tooltip builder + AddChunked (#2507) 2026-07-02 19:41:36 -07:00