Add missing YAML escape characters

These were missing after review PR #37486

 label: docsite_pr
pull/37004/merge
Dag Wieers 7 years ago committed by GitHub
parent e691e07646
commit 3cc362d958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save