From 31dc60a97ec8b45708414a5b66d33b1879283558 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 23 Apr 2020 21:49:14 -0500 Subject: [PATCH] Update: further clarify fss specification rules in regards to leading/trailing whitespace in object names --- specifications/fss.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specifications/fss.txt b/specifications/fss.txt index 86a2595..d359284 100644 --- a/specifications/fss.txt +++ b/specifications/fss.txt @@ -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. -- 1.8.3.1