From 92c33e2e91e9980910bf49e32799190158aaf39b Mon Sep 17 00:00:00 2001 From: Schneems <richard.schneeman+foo@gmail.com> Date: Tue, 7 Jan 2025 15:14:40 -0600 Subject: [PATCH] Specify that spaces are not part of they key --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 2e08df6..e34611f 100644 --- a/SPEC.md +++ b/SPEC.md @@ -34,7 +34,7 @@ The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SH - Key length MUST be within the range `1..=63` - An implementation MAY accept `_` as a middle character provided it converts it to `-` and issues a warning. - An implementation MAY accept an uppercase character provided it is converted to lowercase characters and issues a warning. - - A key MAY begin with zero or more spaces provided they are not included in the return key. + - A key MAY be preceded with zero or more spaces provided they are not included in the return key and a warning is issued. - Value - A value MUST contain 1 or more non-whitespace characters. - A value MUST be terminated by a newline or EOF.