Skip to content

Commit

Permalink
Specify that spaces are not part of they key
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jan 7, 2025
1 parent a7a2166 commit 92c33e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 92c33e2

Please sign in to comment.