mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-20593 Data slicing: allow more characters in res filter rules.
This commit is contained in:
parent
77ca774840
commit
a72b628a5d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"pattern": "^[+-]/((\\w+|\\*)(/\\w+|/\\*)*)?$"
|
||||
"pattern": "^[+-]/[\\S]+$"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue