Sleds/cppboost/tools/quickbook/test/xml_escape-1_5.quickbook

14 lines
275 B
Plaintext
Raw Normal View History

2025-03-13 21:28:38 +00:00
[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]