Skip to content

Commit

Permalink
Explain that space is also part of key and value (#43)
Browse files Browse the repository at this point in the history
See #39
  • Loading branch information
xuhdev authored Jul 6, 2023
1 parent b50ab46 commit 0ce8e00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ irrelevant. Each line must be one of the following:
- Forward slashes (``/``) are used as path separators.
- Backslashes (``\\``) are not allowed as path separators (even on Windows).
- Key-Value Pair (or Pair): contains a key and a value, separated by an `=`.
- Key: the part before the first `=` (trimmed of whitespace).
- Value: The part after the first `=` (trimmed of whitespace).
- Key: The part before the first `=` (trimmed of whitespace, but including
any whitespace in the middle).
- Value: The part after the first `=` (trimmed of whitespace, but including
any whitespace in the middle).

Any line that is not one of the above is invalid.

Expand Down

0 comments on commit 0ce8e00

Please sign in to comment.