boost/tools/quickbook/test/xml_escape-1_2.quickbook
2022-12-15 23:45:23 +08: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]