1<p>This line has two spaces at the end<br /> 2but this one has none 3but this line has three <br /> 4and this is the second from last line 5in this test message</p> 6<ul> 7<li>This list item has two spaces. </li> 8<li> 9<p>This has none. 10 This line has three. <br /> 11 This line has none. 12 And this line two. </p> 13<p>This line has none.</p> 14</li> 15<li> 16<p>This line has none.</p> 17</li> 18</ul> 19<p>And this is the end.</p>