-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify the wording of inserting
#
or ;
to the end of a line
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Does this mean that
#
and;
are special characters that require escaping in section names, keys, and values to comply with the specification? In this case, there is a contradiction with the specification “Section header ... may contain any characters between the square brackets” and “Key [is] the part before the first = ... Value [is] the part after the first =...” (i. e. keys and values are sequences of any characters).