Add missing YAML escape characters

These were missing after review PR #37486

 label: docsite_pr
This commit is contained in:
Dag Wieers 2018-03-15 21:06:16 +01:00 committed by GitHub
parent e691e07646
commit 3cc362d958
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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