boost/tools/quickbook/test/xml_escape-1_5.quickbook
2021-10-05 21:37:46 +02:00

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]