summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/xml_escape-1_5.quickbook
blob: 642e1b53700c2de337c720ced55b6fc23911fff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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]