Skip to content

Commit de8530a

Browse files
authored
Merge pull request #146 from tsalo/plus-sign
Allow plus signs in 'to' and 'from' entities
2 parents 2ee5637 + 8384c00 commit de8530a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templateflow/conf/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
},
5353
{
5454
"name": "from",
55-
"pattern": "(?:^|_)from-([a-zA-Z0-9]+).*xfm"
55+
"pattern": "(?:^|_)from-([a-zA-Z0-9+]+).*xfm"
5656
},
5757
{
5858
"name": "to",
59-
"pattern": "(?:^|_)to-([a-zA-Z0-9]+).*xfm"
59+
"pattern": "(?:^|_)to-([a-zA-Z0-9+]+).*xfm"
6060
},
6161
{
6262
"name": "mode",

0 commit comments

Comments
 (0)