test/script/markdown/multiline-unordered-list.js.EXPECTED

changeset 963
e2497b11a021
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/markdown/multiline-unordered-list.js.EXPECTED	Wed Aug 20 10:26:01 2014 +0200
     1.3 @@ -0,0 +1,5 @@
     1.4 +<ul>
     1.5 +<li>This line spans
     1.6 +more than one line and is lazy</li>
     1.7 +<li>Similar to this line</li>
     1.8 +</ul>

mercurial