diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-04 17:59:36 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-04 17:59:36 +0300 |
commit | ff74197b90a9dcf8e6575b011616624d66fc26d5 (patch) | |
tree | d56458c185cc207175c253bc5f494f949c1c431e | |
parent | 65f77bb9a9556033a0bfb7401dd9a00120e27524 (diff) |
Document \n escape sequence for sed builtin in testscript manual
-rw-r--r-- | doc/testscript.cli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/testscript.cli b/doc/testscript.cli index 50f975d..1395363 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -2772,6 +2772,7 @@ are supported. \U - Convert next characters until \E to the upper case. \L - Convert next characters until \E to the lower case. + \n - Newline. \\\\ - Literal backslash. \ |