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

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