152fe4fa5d
- More consistent names. - Not using `.` in basename. - Run the quickbook manual test last (as when there's an error, the more specific tests are more informative). - Combine some of the code tests. [SVN r75235]
43 lines
1.4 KiB
XML
43 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
|
<library id="test_that__amp____lt__are_being_escaped_" name="Test that &, < are being escaped."
|
|
dirname="test_that__amp____lt__are_being_escaped_" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<libraryinfo>
|
|
<legalnotice id="test_that__amp____lt__are_being_escaped_.legal">
|
|
<para>
|
|
& should be &amp;, < should &lt;
|
|
</para>
|
|
</legalnotice>
|
|
<librarypurpose>
|
|
& should be &amp;, < should &lt;
|
|
</librarypurpose>
|
|
</libraryinfo>
|
|
<title>Test that &, < are being escaped.</title>
|
|
<section id="test_that__amp____lt__are_being_escaped_.escapes___explicitly_written_markup">
|
|
<title>Escapes & explicitly written markup</title>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<simpara>
|
|
& -> &amp;
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
< -> &lt;
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
> -> &gt;
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
" -> &quot;
|
|
</simpara>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
</library>
|