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

14 lines
305 B
Plaintext
Raw Normal View History

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