WIP: Fix MinGW escaping #249

Draft
dcbaker wants to merge 2 commits from dcbaker/pkgconf:submit/fix-mingw-escaping into master

2 Commits (master)

Author SHA1 Message Date
Dylan Baker 68e3f24000 fragment: Mingw needs to use POSIX handling for `\\`
ci/woodpecker/pr/woodpecker Pipeline was successful Details
Otherwise it won't correctly escape things like spaces, and can print
out the `\` literal escaping nothing, which causes most shell lexers to
choke.

Fixes: #238
2023-06-08 12:02:28 -07:00
Dylan Baker 5c545fc9dc tests: Add a test for an escaped space 2023-06-05 11:52:47 -07:00