Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
config:ini_files [2025/05/01 14:59] – [Value Termination] Clarify key:value is string literal syntax digital man | config:ini_files [2025/05/01 15:00] (current) – [String Literals] Clarify that quotes are strictly required for trailing white-space digital man | ||
---|---|---|---|
Line 125: | Line 125: | ||
=== Quotes === | === Quotes === | ||
- | If the first non-white-space character following the colon key/value separate is a double-quote (''"'' | + | If the first non-white-space character following the colon key/value separate is a double-quote (''"'' |
mystring: "a string with trailing white-space " | mystring: "a string with trailing white-space " | ||