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