Fix #45; quote set command to allow special chars in paths - #188
the-can-of-soup wants to merge 1 commit into
Conversation
2aa4d48 to
358cc33
Compare
|
Hey — I hit the same bug last week (through a Playwright issue where someone had I went ahead and opened #189 with the fix as well. The difference is I added a windows-only test that actually executes a shim from a One gotcha worth knowing if you'd rather keep pushing yours: the snapshot that actually needs regenerating is Happy with either one getting merged, just want this to finally land after 6 years 🙂 |
|
Oh, no problem at all! To be honest I just searched for the code and quoted the |
Summary
Paths containing certain special characters cause unexpected behavior. Fixed by quoting the
SETcommand.References
Fixes #45
Reopens #53