19 Feb
2025
19 Feb
'25
10:24 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/tests/rsrc.rc:
/* @makedep: xhr_iframe.html */ xhr_iframe.html HTML "xhr_iframe.html"
+/* @makedep: utf8.css */ +utf8.css HTML "utf8.css" + +/* @makedep: utf16.css */ +utf16.css HTML "utf16.css" + +/* @makedep: utf8_bom.css */ +utf8_bom.css HTML "utf8_bom.css" + +/* @makedep: utf16_bom.css */ +utf16_bom.css HTML "utf16_bom.css" Would the file protocol work for these tests? UTF-16 files are considered binary by git, so while it's not a major issue, avoiding them (and keeping the total number of files lower) would be nice. I wonder if we could instead create temporary files within the test.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7360#note_95273