From a64b2ae2099346471ead988d5f2d383d55a9bf89 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 16 Feb 2017 13:42:23 +0300 Subject: Add set builtin --- doc/testscript.cli | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.1