-
Notifications
You must be signed in to change notification settings - Fork 32
ParseFile issues on Windows #15
Copy link
Copy link
Closed
Description
Hello!
I noticed some issues running this library on Windows. Using os.PathSeparator here converts this path /test/public into this regexp "\\Atest\\public\\.*\\z" and this makes the regexp.Compile function return this error:
error parsing regexp: invalid character class range: `\pu`
This specific issue can be fixed by always using / as a separator but I don't know if it introduces errors in other functions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels