home · contact · privacy
Add HTML templating, extend tests.
[redo-blog] / test / test_files / foo.html
index aa3575d5eca148881a24cb7ea2c1a4ed1c1da7aa..dd25b702183c8d115a3516eff446be82411a70a1 100644 (file)
@@ -1,13 +1,14 @@
 <!DOCTYPE html>
 <html>
 <head>
 <!DOCTYPE html>
 <html>
 <head>
-<title>Yet another blog – a title with some nasty characters: &amp;&lt;&gt;&quot;&#x27;</title>
+<title>Yet another blog – a title with some nasty characters: &amp;&lt;&gt;&quot;&#x27; %BODY%</title>
 </head>
 <body>
 </head>
 <body>
-<h1>a title with some nasty characters: &amp;&lt;&gt;&quot;'</h1>
+<h1>a title with some nasty characters: &amp;&lt;&gt;&quot;' %BODY%</h1>
 <section>
 <section>
-<p>this text contains some special characters: '&quot;&gt;&lt;&amp;</p>
+<p>this text contains some special characters: /;%'&quot;&gt;&lt;&amp;äöüß</p>
 <p>and more than one paragraph</p>
 <p>and more than one paragraph</p>
+<p>note that should be ignored but \ should give a backlash</p>
 </section>
 </body>
 </html>
\ No newline at end of file
 </section>
 </body>
 </html>
\ No newline at end of file