Add missing YAML escape characters
These were missing after review PR #37486 label: docsite_pr
This commit is contained in:
parent
e691e07646
commit
3cc362d958
1 changed files with 2 additions and 2 deletions
|
@ -373,8 +373,8 @@ standard:
|
|||
|
||||
The YAML specification considers the following `escape sequences <http://www.yaml.org/spec/current.html#id2517668>`_:
|
||||
|
||||
* ``\0``, ``\``, ``"``, ``\a``, ``\b``, ``\e``, ``\f``, ``\n``, ``\r``, ``\t``
|
||||
and ``\v`` -- Single character escape
|
||||
* ``\0``, ``\\``, ``\"``, ``\_``, ``\a``, ``\b``, ``\e``, ``\f``, ``\n``, ``\r``, ``\t``,
|
||||
``\v``, ``\L``, ``\N`` and ``\P`` -- Single character escape
|
||||
|
||||
* ``<TAB>``, ``<SPACE>``, ``<NBSP>``, ``<LNSP>``, ``<PSP>`` -- Special
|
||||
characters
|
||||
|
|
Loading…
Reference in a new issue