diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testscript.cli | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/testscript.cli b/doc/testscript.cli index 918dd4a..5b4e8ee 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -2457,8 +2457,9 @@ list of elements at newlines, including a final blank element in case of If the \c{-w|--whitespace} option is specified, then the input is split into a list of elements at whitespaces, including a final blank element in case of -\c{-e|--exact}. Multiple consecutive whitespaces (including newlines) are -collapsed. +\c{-e|--exact}. In this mode if \c{-e|--exact} is not specified, then all (and +not just newline) trailing whitespaces are ignored. Multiple consecutive +whitespaces (including newlines) are collapsed. If neither \c{-n|--newline} nor \c{-w|--whitespace} is specified, then the entire input is used as a single element, including a final newline in case |