]> Kevux Git Server - fll/commitdiff
Update: further clarify fss specification rules in regards to leading/trailing whites...
authorKevin Day <thekevinday@gmail.com>
Fri, 24 Apr 2020 02:49:14 +0000 (21:49 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 24 Apr 2020 02:49:14 +0000 (21:49 -0500)
specifications/fss.txt

index 86a25954e537e0513345fa45f107b3fc95f27c5d..d35928431d440f1c92c1117b7e5794212e84a0ce 100644 (file)
@@ -29,6 +29,9 @@ Unless explicitly defined, newlines designate the start of a potential new Objec
 
 Unless explicitly defined, whitespace may exist to the left of the start of objects.
 
+Unless explicitly defined, whitespace immediately both before and after an object is not considered part of an object.
+This simplifies identifying the object, use quoted objects to support whitespace before/after an object.
+
 Unless explicitly defined, quotes may only be either a single quote or a double quote and only a backslash may be used as a delimiter.
 
 Unless explicitly defined by the specification, character/data delimits are performed only when required and not unilaterally.