diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 02:06:52 +0000 | 
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 02:06:52 +0000 | 
| commit | 709de162232e04b94a67d1d8610f02a11533c319 (patch) | |
| tree | 24a601f587a0de1792e7d774324c673eec60b608 /tests | |
| parent | e620eab478a29c34663572b83891f6855a4453c6 (diff) | |
| download | pandoc-709de162232e04b94a67d1d8610f02a11533c319.tar.gz | |
Use UTF8 instead of entities in HTML.
Resolves Issue #163.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1744 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/s5.basic.html | 2 | ||||
| -rw-r--r-- | tests/s5.fragment.html | 2 | ||||
| -rw-r--r-- | tests/s5.inserts.html | 2 | ||||
| -rw-r--r-- | tests/writer.html | 16 | 
4 files changed, 11 insertions, 11 deletions
| diff --git a/tests/s5.basic.html b/tests/s5.basic.html index 4f49e3a57..253bcab2f 100644 --- a/tests/s5.basic.html +++ b/tests/s5.basic.html @@ -320,7 +320,7 @@        >)=\lim<sub        ><em  	>h</em -	> → 0</sub +	> → 0</sub        >\frac{<em        >f</em        >(<em diff --git a/tests/s5.fragment.html b/tests/s5.fragment.html index 1d58e154a..6ab704d41 100644 --- a/tests/s5.fragment.html +++ b/tests/s5.fragment.html @@ -25,7 +25,7 @@  	>)=\lim<sub  	><em  	  >h</em -	  > → 0</sub +	  > → 0</sub  	>\frac{<em  	>f</em  	>(<em diff --git a/tests/s5.inserts.html b/tests/s5.inserts.html index c8704871d..c223f0f45 100644 --- a/tests/s5.inserts.html +++ b/tests/s5.inserts.html @@ -40,7 +40,7 @@ STUFF INSERTED  	>)=\lim<sub  	><em  	  >h</em -	  > → 0</sub +	  > → 0</sub  	>\frac{<em  	>f</em  	>(<em diff --git a/tests/writer.html b/tests/writer.html index 9ddf5c70c..c67cfbd42 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -444,7 +444,7 @@ These should not be escaped:  \$ \\ \> \[ \{      ><p      >Should not be a list item:</p      ><p -    >M.A. 2007</p +    >M.A. 2007</p      ><p      >B. Williams</p      ><hr @@ -783,7 +783,7 @@ Blah        >hello</em        ></sup      > a<sup -    >hello there</sup +    >hello there</sup      >.</p    ><p    >Subscripts: H<sub @@ -791,7 +791,7 @@ Blah      >O, H<sub      >23</sub      >O, H<sub -    >many of them</sub +    >many of them</sub      >O.</p    ><p    >These should not be superscripts or subscripts, because of the unescaped spaces: a^b c^d, a~b c~d.</p @@ -836,13 +836,13 @@ Blah      ><span class="math"        ><em  	>x</em -	> ∈ <em +	> ∈ <em  	>y</em  	></span        ></li      ><li      ><span class="math" -      >α ∧ ω</span +      >α ∧ ω</span        ></li      ><li      ><span class="math" @@ -867,7 +867,7 @@ Blah  	>)=\lim<sub  	><em  	  >h</em -	  > → 0</sub +	  > → 0</sub  	>\frac{<em  	>f</em  	>(<em @@ -884,7 +884,7 @@ Blah        ></li      ><li      >Here’s one that has a line break in it: <span class="math" -      >α+ω × <em +      >α+ω × <em  	>x</em  	><sup  	>2</sup @@ -930,7 +930,7 @@ Blah      ><li      >section: §</li      ><li -    >set membership: ∈</li +    >set membership: ∈</li      ><li      >copyright: ©</li      ></ul | 
