On Mon Aug 4 15:35:08 2025 +0000, Nikolay Sivov wrote:
The tests should go in combase/tests. For implementation itself, it would be useful to have some wine structures to see what's actually stored. For tests simple linear approach, as we do for BSTR for example, would be more readable. Loops could be useful sometimes, but here it complicates expected values and todos.
Sure. I have re-written the tests using structures as well as it's a little more ergonomic to work with, thanks.