summary refs log tree commit diff stats
path: root/tests/testdata/wildhtml.html
blob: dfab7ba954ab1ba3ca723b9c57615959c1aadcee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE some doctype >
  
<html>
  <head>
    <title>Test title!</title>
  </head>

  <body>
    Ein Text mit vielen Zeichenumbr&uuml;chen. <br />
    <br><br>
    
    <ul>
      <li>first <span class = "34" >Item.</span>
      <li>second Item.
      <li>third item. Mit &auml;.
    </ul>
    
    Para 0.
    
    <p>Para1. </p>
    <p>Para 2.
    
  </body>
</html>