aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-11-04 17:59:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-11-04 17:59:36 +0300
commitff74197b90a9dcf8e6575b011616624d66fc26d5 (patch)
treed56458c185cc207175c253bc5f494f949c1c431e /doc
parent65f77bb9a9556033a0bfb7401dd9a00120e27524 (diff)
Document \n escape sequence for sed builtin in testscript manual
Diffstat (limited to 'doc')
-rw-r--r--doc/testscript.cli1
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.
\