File indexing completed on 2024-11-24 04:45:01
0001 <html> 0002 <body> 0003 <!-- content tests --> 0004 <p>word1<BR>word2</p> 0005 <p> 0006 lots of spaces </p> 0007 <!-- unicode tests --> 0008 <p>인천공항</p> 0009 <!-- entities and related encoding errors --> 0010 <p>a b</p> 0011 <p>a&b</p> 0012 <p>a&b</p> 0013 <!-- space and line break variations (test replace CR markers by \r, to bypass KDE Git commit hook --> 0014 <p>non breaking</p> 0015 <p>windows<CR> 0016 line<CR>breaks</p> 0017 </body> 0018 </html>