From 7b095a646536d78c7ee9d16c83298e51c5c79a72 Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Thu, 20 Oct 2022 23:02:25 +1100 Subject: [PATCH] command-parsing: Link to Balanced Strings when we mention that section. --- doc/pages/command-parsing.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/pages/command-parsing.asciidoc b/doc/pages/command-parsing.asciidoc index bd585292..9ab82abf 100644 --- a/doc/pages/command-parsing.asciidoc +++ b/doc/pages/command-parsing.asciidoc @@ -12,8 +12,9 @@ prompt, are parsed according to the following rules: == Quoted Strings If a word starts with `'`, `"`, or `%X` with `X` a _non-nestable_ punctuation -character (see below for nestable characters), it is parsed as a quoted -string whose delimiter is, respectively, `'`, `"`, or `X`. +character (see <> below for +nestable characters), it is parsed as a quoted string whose delimiter is, +respectively, `'`, `"`, or `X`. A quoted string contains every character (including whitespaces). Doubling a closing delimiter escapes it. Thus, for example, entering two closing