mirror of https://github.com/kdl-org/kdl.git
Quote identifiers that contain an equals sign (#381)
This commit is contained in:
parent
dadcfdf2ae
commit
9132a96e56
|
|
@ -290,7 +290,7 @@ document {
|
||||||
type number
|
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
|
max 1
|
||||||
value {
|
value {
|
||||||
min 1
|
min 1
|
||||||
|
|
@ -306,7 +306,7 @@ document {
|
||||||
type number
|
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
|
max 1
|
||||||
value {
|
value {
|
||||||
min 1
|
min 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue