Windows: include= and exclude= containing '/' will also match filenames that are written using '\'
And vice-versa, but it's better to use '/' for portability. Notably, standardPreferredContent contains "archive/*" and that might not match if the filename ends up coming in with the slashes the other way around.
This commit is contained in:
parent
e914cb0777
commit
6b13574827
7 changed files with 49 additions and 17 deletions
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 3"""
|
||||
date="2020-12-15T16:16:21Z"
|
||||
content="""
|
||||
Hmm, yes preferred content expressions on windows ought
|
||||
to let `/` be used and still match on `\`. (And vice-versa, although then
|
||||
the preferred content expression is windows-specific.)
|
||||
|
||||
I've implemented that now.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue