Quote identifiers that contain an equals sign (#381)

This commit is contained in:
Bram Gotink 2024-02-18 22:15:58 +01:00 committed by GitHub
parent dadcfdf2ae
commit 9132a96e56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ document {
type number
}
}
node >= description="Only used for numeric values. Constrains them to be greater than or equal to the given number(s)" {
node ">=" description="Only used for numeric values. Constrains them to be greater than or equal to the given number(s)" {
max 1
value {
min 1
@ -306,7 +306,7 @@ document {
type number
}
}
node <= description="Only used for numeric values. Constrains them to be less than or equal to the given number(s)" {
node "<=" description="Only used for numeric values. Constrains them to be less than or equal to the given number(s)" {
max 1
value {
min 1