Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
config:ini_files [2024/12/19 13:26] – [Secondary Configuration Files] update path to rss.ssjs 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 " | ||
Line 176: | Line 176: | ||
String values are terminated by a new-line sequence or the end of file. | String values are terminated by a new-line sequence or the end of file. | ||
- | Trailing white-space is normally removed from the string | + | Trailing white-space is normally removed from string |
==== Boolean Values ==== | ==== Boolean Values ==== |