diff options
Diffstat (limited to 'tests/general/doc.out')
-rw-r--r-- | tests/general/doc.out | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/general/doc.out b/tests/general/doc.out new file mode 100644 index 00000000..4e7836b3 --- /dev/null +++ b/tests/general/doc.out @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<html xmlns="http://www.w3.org/TR/xhtml1/strict"> + <head> + <title>Document Title</title> + </head> + <body> + <h1>Document Title</h1> + <h2>Chapter Title</h2> + <h3>Section Title</h3> + <p>This is a test.</p> + <p class="note"><b>NOTE: </b>This is a note.</p> + <h3>Another Section Title</h3> + <p>This is <em>another</em> test.</p> + <p class="note"><b>NOTE: </b>This is another note.</p> + </body> +</html> |