]> Kevux Git Server - fll/commitdiff
Cleanup: Minor improvement to comments and specifications.
authorKevin Day <thekevinday@gmail.com>
Mon, 5 Dec 2022 01:08:46 +0000 (19:08 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 5 Dec 2022 01:08:46 +0000 (19:08 -0600)
specifications/fss-0000.txt
specifications/fss-0001.txt
specifications/fss-0009.txt
specifications/fss-000a.txt

index 72304f1aae07fc73c6af20a1a9ce9fb1170276ab..7a56aa8138a0c9eecdf7cf2d36ba4e2d087ffc3d 100644 (file)
@@ -25,7 +25,7 @@ Featureless Settings Specification: 0000 - Basic:
   Key\:
     code:"\s" = White space, except newline.
     code:"\b" = Either white space or printable, except newline.
-    code:"\q" = Non-white space or quoted white space with no white space outside of the quotes.
+    code:"\q" = Non-white space or quoted white space (and non-whitespace) with no white space outside of the quotes.
     code:"\n" = Newline.
     code:"*" = Zero or more occurrences.
     code:"+" = One or more occurrences.
index d584c8294797f5077866d10f3b1b69d58da65d94..deb712438693b52aac86a0b1d092bbe572c06987 100644 (file)
@@ -23,7 +23,7 @@ Featureless Settings Specification: 0001 - Extended:
   Key\:
     code:"\s" = White space, except newline.
     code:"\b" = Either white space or printable, except newline.
-    code:"\q" = Non-white space or quoted white space, no white space outside of quotes.
+    code:"\q" = Non-white space or quoted white space (and non-whitespace) with no white space outside of the quotes.
     code:"\n" = Newline.
     code:"*" = Zero or more occurrences.
     code:"+" = One or more occurrences.
index 80da739f76d3a2e31d552f8478bbf3a7d6154695..35df069bbc5aa64af4b93c65c0e896be591447d4 100644 (file)
@@ -27,7 +27,7 @@ Featureless Settings Specification: 0009 - Reverse Mapping:
   Key\:
     code:"\s" = White space, except newline.
     code:"\b" = Either white space or printable, except newline.
-    code:"\q" = Non-white space or quoted white space with no white space outside of the quotes.
+    code:"\q" = Non-white space or quoted white space (and non-whitespace) with no white space outside of the quotes.
     code:"\n" = Newline.
     code:"*" = Zero or more occurrences.
     code:"+" = One or more occurrences.
index 5d8640b527327faadc14c4bb30e8df41a5ee6e0a..c15177d1c25c4e56653b075ac13347cedd20cdb6 100644 (file)
@@ -25,7 +25,7 @@ Featureless Settings Specification: 000A - Extended Reverse Mapping:
   Key\:
     code:"\s" = White space, except newline.
     code:"\b" = Either white space or printable, except newline.
-    code:"\q" = Non-white space or quoted white space, no white space outside of quotes.
+    code:"\q" = Non-white space or quoted white space (and non-whitespace) with no white space outside of the quotes.
     code:"\n" = Newline.
     code:"*" = Zero or more occurrences.
     code:"+" = One or more occurrences.