From 9e2d9b641925eab0dd7b9ff8770e51cefa1458da Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Wed, 15 Apr 2015 23:24:24 -0400 Subject: [PATCH] docs: expand @tsv section - add escape sequences. --- docs/content/3.manual/manual.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml index 931aeb9..f9fdc03 100644 --- a/docs/content/3.manual/manual.yml +++ b/docs/content/3.manual/manual.yml @@ -1562,7 +1562,12 @@ sections: * `@tsv`: The input must be an array, and it is rendered as TSV - with tabs escaped as `\t`. + (tab-separated values). Each input array will be printed as + a single line. Fields are separated by a single + tab (ascii `0x09`). Input characters line-feed (ascii `0x0a`), + carriage-return (ascii `0x0d`), tab (ascii `0x09`) and + backslash (ascii `0x5c`) will be output as escape sequences + `\n`, `\r`, `\t`, `\\` respectively. * `@sh`: -- 2.40.0