From: Kevin Day Date: Mon, 5 Dec 2022 01:08:46 +0000 (-0600) Subject: Cleanup: Minor improvement to comments and specifications. X-Git-Tag: 0.6.2~62 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=ff0196112d89c09ac986a1dd491768e01c76e48b;p=fll Cleanup: Minor improvement to comments and specifications. --- diff --git a/specifications/fss-0000.txt b/specifications/fss-0000.txt index 72304f1..7a56aa8 100644 --- a/specifications/fss-0000.txt +++ b/specifications/fss-0000.txt @@ -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. diff --git a/specifications/fss-0001.txt b/specifications/fss-0001.txt index d584c82..deb7124 100644 --- a/specifications/fss-0001.txt +++ b/specifications/fss-0001.txt @@ -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. diff --git a/specifications/fss-0009.txt b/specifications/fss-0009.txt index 80da739..35df069 100644 --- a/specifications/fss-0009.txt +++ b/specifications/fss-0009.txt @@ -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. diff --git a/specifications/fss-000a.txt b/specifications/fss-000a.txt index 5d8640b..c15177d 100644 --- a/specifications/fss-000a.txt +++ b/specifications/fss-000a.txt @@ -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.