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

14 lines
305 B
Plaintext

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