Closed etiktin closed 8 years ago
The test assumed that file paths use / as path delimiter, so it failed on Windows where the delimiter is \. I changed the regex to allow both.
/
\
The test assumed that file paths use
/
as path delimiter, so it failed on Windows where the delimiter is\
. I changed the regex to allow both.