Skip to content

Commit

Permalink
ICU-20593 Data slicing: allow more characters in res filter rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Jul 9, 2019
1 parent 77ca774 commit a72b628
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"type": "array",
"items": {
"type": "string",
"pattern": "^[+-]/((\\w+|\\*)(/\\w+|/\\*)*)?$"
"pattern": "^[+-]/[\\S]+$"
}
}
},
Expand Down

0 comments on commit a72b628

Please sign in to comment.