On Wed Feb 19 22:24:06 2025 +0000, Jacek Caban wrote:
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.
Yeah, temporary file should work. I'm not too big of a fan of it though, it's more fragile and requires cleanup, but yeah the current approach isn't very pretty either, though it might make the test loop less declarative.