summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/code_python-1_5.gold-html
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/tools/quickbook/test/code_python-1_5.gold-html')
-rw-r--r--src/boost/tools/quickbook/test/code_python-1_5.gold-html13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/boost/tools/quickbook/test/code_python-1_5.gold-html b/src/boost/tools/quickbook/test/code_python-1_5.gold-html
new file mode 100644
index 000000000..15a7739b1
--- /dev/null
+++ b/src/boost/tools/quickbook/test/code_python-1_5.gold-html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head></head>
+ <body>
+ <h3>
+ Python Code Blocks
+ </h3>
+<pre class="programlisting"><span class="comment"># No escape</span>
+<span class="comment"># Escape: <span class="bold"><strong>bold</strong></span></span>
+<span class="comment"># Escape: <span class="underline">underline</span><span class="emphasis"><em>italic</em></span></span>
+</pre>
+ </body>
+</html>