]> Kevux Git Server - fll/commitdiff
Cleanup: Be more specific about quotes in FSS and add missing unicode value.
authorKevin Day <thekevinday@gmail.com>
Thu, 15 Dec 2022 03:34:57 +0000 (21:34 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 15 Dec 2022 03:34:57 +0000 (21:34 -0600)
specifications/fss-0000.txt
specifications/fss-0001.txt
specifications/fss-0009.txt
specifications/fss-000a.txt
specifications/fss.txt

index 7a56aa8138a0c9eecdf7cf2d36ba4e2d087ffc3d..6bd51cda382506c716eea7770befb62a92bf2be7 100644 (file)
@@ -14,6 +14,7 @@ Featureless Settings Specification: 0000 - Basic:
   White space separates an Object from the Content.
   An Object may be preceded by a newline, in which case means that the Object has no Content.
   If only printing white spaces or non-printable characters follow a valid Object, then that Object is considered to have no Content.
+  An Object may be quoted to include whitespace where a single quote character:"'" (unicode:"U+0027"), a double quote character:'"' (unicode:"U+0022"), or a backtick character:'`' (unicode:"U+0060") are used to quote.
 
   Content exists on the same line as the Object.
   Content is represented as a single Content column terminated by a newline.
index deb712438693b52aac86a0b1d092bbe572c06987..20cac45a80ea31c063807a6129f63ae42f6f431e 100644 (file)
@@ -14,6 +14,7 @@ Featureless Settings Specification: 0001 - Extended:
   White space separates an Object from the Content.
   An Object may be followed by a newline, in which case means that the Object has no Content.
   If only printing white spaces or non-printable characters follow a valid Object, then that Object is considered to have no Content.
+  An Object may be quoted to include whitespace where a single quote character:"'" (unicode:"U+0027"), a double quote character:'"' (unicode:"U+0022"), or a backtick character:'`' (unicode:"U+0060") are used to quote.
 
   Content exists on the same line as the Object.
   Content is represented as multiple Content columns.
index 35df069bbc5aa64af4b93c65c0e896be591447d4..b9852a32b0a2c57c77e098f3312eb3e47386be20 100644 (file)
@@ -16,6 +16,7 @@ Featureless Settings Specification: 0009 - Reverse Mapping:
   White space separates an Object from the Content.
   An Object may be preceded by a newline, in which case means that the Object has no Content.
   If only printing white spaces or non-printable characters precedes a valid Object, then that Object is considered to have no Content.
+  An Object may be quoted to include whitespace where a single quote character:"'" (unicode:"U+0027"), a double quote character:'"' (unicode:"U+0022"), or a backtick character:'`' (unicode:"U+0060") are used to quote.
 
   Content exists on the same line as the Object.
   Content is represented as a single Content column that begins at a newline.
index c15177d1c25c4e56653b075ac13347cedd20cdb6..a44a215f4b1876346b602589f49a39c1fe254f5f 100644 (file)
@@ -16,6 +16,7 @@ Featureless Settings Specification: 000A - Extended Reverse Mapping:
   White space separates an Object from the Content.
   An Object may be followed by a newline, in which case means that the Object has no Content.
   If only printing white spaces or non-printable characters follow a valid Object, then that Object is considered to have no Content.
+  An Object may be quoted to include whitespace where a single quote character:"'" (unicode:"U+0027"), a double quote character:'"' (unicode:"U+0022"), or a backtick character:'`' (unicode:"U+0060") are used to quote.
 
   Content exists on the same line as the Object.
   Content is represented as multiple Content columns.
index 00a5ad155299dec6886954cff356ff89fa597314..442149a7ccfe4dea3d9542543ab55d6af5a6cfa3 100644 (file)
@@ -60,7 +60,7 @@ Featureless Settings Specifications:
   Unless otherwise specified, white space immediately both before (and after, outside of the terminating quote) an Object is not considered part of the Object.
   This simplifies identifying the object, use quoted Objects to support white space before/after an object for styling purposes.
 
-  Unless otherwise specified, quotes may only be a single quote character:"'" (unicode:"U+0027"), a double quote character:'"' (unicode:"U+0022"), or a backtick character:'`' and only a backslash character:"\\" may be used as a delimiter.
+  Unless otherwise specified, quotes may only be a single quote character:"'" (unicode:"U+0027"), a double quote character:'"' (unicode:"U+0022"), or a backtick character:'`' (unicode:"U+0060") and only a backslash character:"\\" (unicode:"U+005C") may be used as a delimiter.
   For example, code:"FSS-0000 (Basic)"\:
     \"Object 1" has content starting at the '1', with an Object named '"Object'.
     \\"Object 1" has content starting at the '1', with an Object named '\"Object'.