test/script/markdown/ordered-list.js.EXPECTED

changeset 963
e2497b11a021
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/markdown/ordered-list.js.EXPECTED	Wed Aug 20 10:26:01 2014 +0200
     1.3 @@ -0,0 +1,5 @@
     1.4 +<ol>
     1.5 +<li>Red</li>
     1.6 +<li>Green</li>
     1.7 +<li>Blue</li>
     1.8 +</ol>

mercurial