quickbook/test/xml-escape_1_5.quickbook
Daniel James 810642f159 Restore 1.43 style document fields.
Only xml encoding the fields, and supporting escapes with a 1.6 version
switch.

[SVN r65113]
2010-08-29 21:11:02 +00:00

14 lines
275 B
Plaintext

[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]