Skip to content

Commit 620dd37

Browse files
committed
Fix tests: Remove trailing whitespaces from escape-pre example.
1 parent 45b451d commit 620dd37

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

spec/html_examples/escape-pre.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<pre class="example">
2-
&lt;li&gt;[ ] &amp;#8220;smart quotes&amp;#8221;&lt;/li&gt;
3-
&lt;li&gt;[ ] I think I need this for &amp;#8216;single quotes&amp;#8217; too. Don&amp;#8217;t I?&lt;/li&gt;
4-
&lt;li&gt;[ ] Em dashes would be great &amp;#8212; wouldn&amp;#8217;t they?&lt;/li&gt;
5-
&lt;li&gt;[ ] I hope to develop an en dash sometime in 2010 &amp;#8211; 2011.&lt;/li&gt;
2+
&lt;li&gt;[ ] &amp;#8220;smart quotes&amp;#8221;&lt;/li&gt;
3+
&lt;li&gt;[ ] I think I need this for &amp;#8216;single quotes&amp;#8217; too. Don&amp;#8217;t I?&lt;/li&gt;
4+
&lt;li&gt;[ ] Em dashes would be great &amp;#8212; wouldn&amp;#8217;t they?&lt;/li&gt;
5+
&lt;li&gt;[ ] I hope to develop an en dash sometime in 2010 &amp;#8211; 2011.&lt;/li&gt;
66
</pre>

spec/html_examples/escape-pre.org

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#+BEGIN_EXAMPLE
2-
<li>[ ] &#8220;smart quotes&#8221;</li>
3-
<li>[ ] I think I need this for &#8216;single quotes&#8217; too. Don&#8217;t I?</li>
4-
<li>[ ] Em dashes would be great &#8212; wouldn&#8217;t they?</li>
5-
<li>[ ] I hope to develop an en dash sometime in 2010 &#8211; 2011.</li>
6-
#+END_EXAMPLE
2+
<li>[ ] &#8220;smart quotes&#8221;</li>
3+
<li>[ ] I think I need this for &#8216;single quotes&#8217; too. Don&#8217;t I?</li>
4+
<li>[ ] Em dashes would be great &#8212; wouldn&#8217;t they?</li>
5+
<li>[ ] I hope to develop an en dash sometime in 2010 &#8211; 2011.</li>
6+
#+END_EXAMPLE

0 commit comments

Comments
 (0)