diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/data/wordpress_import/wordpress_export_example.xml | 2 | ||||
| -rw-r--r-- | tests/test_compile_markdown.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/wordpress_import/wordpress_export_example.xml b/tests/data/wordpress_import/wordpress_export_example.xml index e2401f7..c9113f8 100644 --- a/tests/data/wordpress_import/wordpress_export_example.xml +++ b/tests/data/wordpress_import/wordpress_export_example.xml @@ -53,7 +53,7 @@ </wp:postmeta> <wp:postmeta> <wp:meta_key>_wp_attachment_metadata</wp:meta_key> - <wp:meta_value><![CDATA[a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"299";s:14:"hwstring_small";s:22:"height='96' width='96'";s:4:"file";s:38:"2008/07/arzt_und_pfusch-sick-cover.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:38:"arzt_und_pfusch-sick-cover-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}]]></wp:meta_value> + <wp:meta_value><![CDATA[a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"299";s:14:"hwstring_small";s:22:"height='96' width='96'";s:4:"file";s:38:"2008/07/arzt_und_pfusch-sick-cover.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:38:"arzt_und_pfusch-sick-cover-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:0:"";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}]]></wp:meta_value> </wp:postmeta> </item> diff --git a/tests/test_compile_markdown.py b/tests/test_compile_markdown.py index 88ac290..0e805ba 100644 --- a/tests/test_compile_markdown.py +++ b/tests/test_compile_markdown.py @@ -29,7 +29,7 @@ from .helper import FakeSite """, """\ <table class="codehilitetable"><tr><td class="linenos">\ -<div class="linenodiv"><pre>1</pre></div>\ +<div class="linenodiv"><pre><span class="normal">1</span></pre></div>\ </td><td class="code"><pre class="code literal-block"><span></span>\ <code><span class="kn">from</span> <span class="nn">this</span> </code></pre> |
