зеркало из https://github.com/microsoft/vcpkg.git
fix regex in json schema (#20386)
thanks @SoftdriveFelix! Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
This commit is contained in:
Родитель
59a3f35e7e
Коммит
aa2da5f435
|
@ -16,7 +16,7 @@
|
|||
"not": {
|
||||
"description": "Identifiers must not be a Windows filesystem or vcpkg reserved name.",
|
||||
"type": "string",
|
||||
"pattern": "^prn|aux|nul|con|lpt[1-9]|com[1-9]|core|default$"
|
||||
"pattern": "^(prn|aux|nul|con|lpt[1-9]|com[1-9]|core|default)$"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче