Sha256: 061bf8c4659711ab107ccb2360e5dc76b0b6cb0ed7b6e3592a1f9a8b339f7069

Contents?: true

Size: 690 Bytes

Versions: 10

Compression:

Stored size: 690 Bytes

Contents

Write a comment abouth the test here.
*** Parameters: ***
{:italian=>"\303\240\303\250\303\254\303\262\303\271."}
*** Markdown input: ***
Italian: àèìòù.

Japanese: マルク

*** Output of inspect ***
md_el(:document,[md_par(["Japanese: \343\203\236\343\203\253\343\202\257"])],{},[])
*** Output of to_html ***

<p>Japanese: マルク</p>

*** Output of to_latex ***
Japanese: マルク


*** Output of to_md ***
Japanese: マルク
*** Output of to_s ***
Japanese: マルク
*** EOF ***



	OK!



*** Output of Markdown.pl ***
<p>Italian: àèìòù.</p>

<p>Japanese: マルク</p>

*** Output of Markdown.pl (parsed) ***
<p>Italian: àèìòù.</p
   ><p>Japanese: マルク</p
 >

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
maruku-0.4.2.1 tests/unittest/encoding/utf-8.md
maruku-0.5.3 tests/unittest/encoding/utf-8.md
maruku-0.4.1 tests/unittest/encoding/utf-8.md
maruku-0.4.2 tests/unittest/encoding/utf-8.md
maruku-0.5.0 tests/unittest/encoding/utf-8.md
maruku-0.5.1 tests/unittest/encoding/utf-8.md
maruku-0.5.2 tests/unittest/encoding/utf-8.md
maruku-0.5.4 tests/unittest/encoding/utf-8.md
maruku-0.5.5 tests/unittest/encoding/utf-8.md
maruku-0.5.6 tests/unittest/encoding/utf-8.md