Skip to content

Commit

Permalink
Quote identifiers that contain an equals sign (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgotink authored Feb 18, 2024
1 parent dadcfdf commit 9132a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/kdl-schema.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9132a96

Please sign in to comment.