From 9132a96e56201d4cf72a98ea40892710bca80bdc Mon Sep 17 00:00:00 2001 From: Bram Gotink Date: Sun, 18 Feb 2024 22:15:58 +0100 Subject: [PATCH] Quote identifiers that contain an equals sign (#381) --- examples/kdl-schema.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/kdl-schema.kdl b/examples/kdl-schema.kdl index 041c464..e3c986d 100644 --- a/examples/kdl-schema.kdl +++ b/examples/kdl-schema.kdl @@ -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