ICU-20593 Data slicing: allow more characters in res filter rules.

This commit is contained in:
Shane Carr 2019-07-08 17:03:25 -07:00 committed by Shane F. Carr
parent 77ca774840
commit a72b628a5d

View file

@ -38,7 +38,7 @@
"type": "array",
"items": {
"type": "string",
"pattern": "^[+-]/((\\w+|\\*)(/\\w+|/\\*)*)?$"
"pattern": "^[+-]/[\\S]+$"
}
}
},