1
0
Fork 0
arangodb/3rdParty/boost/1.62.0/tools/quickbook/test/xml_escape-1_5.quickbook

14 lines
275 B
Plaintext

[library Test that &, < are being escaped.
[quickbook 1.5]
[purpose & should be &amp;, < should &lt;]
[license & should be &amp;, < should &lt;]
]
[section Escapes & explicitly written markup]
* & -> &amp;
* < -> &lt;
* > -> &gt;
* " -> &quot;
[endsect]