mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
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>`_:
|
The YAML specification considers the following `escape sequences <http://www.yaml.org/spec/current.html#id2517668>`_:
|
||||||
|
|
||||||
* ``\0``, ``\``, ``"``, ``\a``, ``\b``, ``\e``, ``\f``, ``\n``, ``\r``, ``\t``
|
* ``\0``, ``\\``, ``\"``, ``\_``, ``\a``, ``\b``, ``\e``, ``\f``, ``\n``, ``\r``, ``\t``,
|
||||||
and ``\v`` -- Single character escape
|
``\v``, ``\L``, ``\N`` and ``\P`` -- Single character escape
|
||||||
|
|
||||||
* ``<TAB>``, ``<SPACE>``, ``<NBSP>``, ``<LNSP>``, ``<PSP>`` -- Special
|
* ``<TAB>``, ``<SPACE>``, ``<NBSP>``, ``<LNSP>``, ``<PSP>`` -- Special
|
||||||
characters
|
characters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue