This escapes special characters to allow tests to be run even if they have special characters in the test file filepath.
This fixes the issue when running the development (debugging mode). I've attempted to add a test, although I was unable to get the tests on master passing as-is, so I've not made much progress with this. My concern with the addition of this test is that it might just be ignored if the new behaviour is reverted, and as it won't be run it won't fail.
This escapes special characters to allow tests to be run even if they have special characters in the test file filepath.
This fixes the issue when running the development (debugging mode). I've attempted to add a test, although I was unable to get the tests on
master
passing as-is, so I've not made much progress with this. My concern with the addition of this test is that it might just be ignored if the new behaviour is reverted, and as it won't be run it won't fail.