[PATCH v3 3/3] msxml3: When saving XML use encoding specified in the processing instruction. (Resend)

Dmitry Timoshkov dmitry at baikal.ru
Fri May 28 09:00:12 CDT 2021


Nikolay Sivov <nsivov at codeweavers.com> wrote:

> Is save() part testable? Something close to what your application needs
> seems useful to have in tests. Does it load with one encoding, then
> changes it and saves?

The application creates XML in run-time, saves it and then loads from the file.
There's a test for this already in test_createProcessingInstruction(), however
testing encoding of the contents requires using some cyrillic instead of "test",
so I decided to avoid that.

-- 
Dmitry.



More information about the wine-devel mailing list