summaryrefslogtreecommitdiff
path: root/tools/quickbook/test/xml_escape-1_5.quickbook
diff options
context:
space:
mode:
Diffstat (limited to 'tools/quickbook/test/xml_escape-1_5.quickbook')
-rw-r--r--tools/quickbook/test/xml_escape-1_5.quickbook14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/quickbook/test/xml_escape-1_5.quickbook b/tools/quickbook/test/xml_escape-1_5.quickbook
new file mode 100644
index 0000000000..642e1b5370
--- /dev/null
+++ b/tools/quickbook/test/xml_escape-1_5.quickbook
@@ -0,0 +1,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] \ No newline at end of file