aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc
diff options
context:
space:
mode:
authorArtem Yunusov <nedrlab@gmail.com>2008-07-03 21:53:03 +0500
committerArtem Yunusov <nedrlab@gmail.com>2008-07-03 21:53:03 +0500
commit33d3f28f8a01cbd0ec13bb55ec8ce3755deaa29a (patch)
treee98f22cd51cc770dc8541a2238bc703d5688d7fd /tests/misc
parentce843d036d0061d470dec006bb6e0300b0b3020f (diff)
downloadmarkdown-33d3f28f8a01cbd0ec13bb55ec8ce3755deaa29a.tar.gz
markdown-33d3f28f8a01cbd0ec13bb55ec8ce3755deaa29a.tar.bz2
markdown-33d3f28f8a01cbd0ec13bb55ec8ce3755deaa29a.zip
Code blocks escaping bug fixed. Some test suite modifications.
Diffstat (limited to 'tests/misc')
-rw-r--r--tests/misc/arabic.html5
-rw-r--r--tests/misc/bidi.html5
-rw-r--r--tests/misc/image-2.html2
-rw-r--r--tests/misc/stronintags.html2
4 files changed, 6 insertions, 8 deletions
diff --git a/tests/misc/arabic.html b/tests/misc/arabic.html
index fa27f2e..8f3e9c6 100644
--- a/tests/misc/arabic.html
+++ b/tests/misc/arabic.html
@@ -27,9 +27,8 @@ else:
</code></pre>
<h2 dir="rtl">وصلات خارجية</h2>
<ul dir="rtl">
- <li dir="rtl">
- <a href="http://www.python.org">الموقع الرسمي للغة بايثون</a>
+ <li dir="rtl"><a href="http://www.python.org">الموقع الرسمي للغة بايثون</a>
</li>
</ul>
<p dir="rtl"> بذرة حاس
-</p> \ No newline at end of file
+</p>
diff --git a/tests/misc/bidi.html b/tests/misc/bidi.html
index 74d4374..2b55061 100644
--- a/tests/misc/bidi.html
+++ b/tests/misc/bidi.html
@@ -48,8 +48,7 @@ else:
</code></pre>
<h2 dir="rtl">وصلات خارجية</h2>
<ul dir="rtl">
- <li dir="rtl">
- <a href="http://www.python.org">الموقع الرسمي للغة بايثون</a>
+ <li dir="rtl"><a href="http://www.python.org">الموقع الرسمي للغة بايثون</a>
</li>
</ul>
<p dir="rtl"> بذرة حاس
@@ -57,4 +56,4 @@ else:
<p><strong>Недвард «Нед» Фландерс</strong> (Nedward «Ned» Flanders) — вымышленный персонаж мультсериала «[Симпсоны][]», озвученный Гарри Ширером. Он и его семья живут по соседству от семьи Симпсонов. Набожный христианин, Нед является одним из столпов морали Спрингфилда. В эпизоде «Alone Again, Natura-Diddily» он овдовел, его жена Мод погибла в результате несчастного случая.
</p>
<p>Нед был одним из первых персонажей в мультсериале, который не был членом семьи Симпсонов. Начиная с первых серий, он регулярно появляется в «Симпсонах». Считается, что Нед Фландерс был назван в честь улицы <em>Northeast Flanders St.</em> в <a href="http://www.portland.gov">Портленде</a>, Орегон, родном городе создателя мультсериала Мэтта Грейнинга]]. Надпись на указателе улицы <em>NE Flanders St.</em> хулиганы часто исправляли на <em>NED Flanders St.</em>
-</p> \ No newline at end of file
+</p>
diff --git a/tests/misc/image-2.html b/tests/misc/image-2.html
index ddc8f3f..79bd7de 100644
--- a/tests/misc/image-2.html
+++ b/tests/misc/image-2.html
@@ -1,7 +1,7 @@
<p><a href="http://src.com/"><em>link!</em></a>
</p>
-<p>*<a href="http://www.freewisdom.org">link</a>*
+<p><em><a href="http://www.freewisdom.org">link</a></em>
</p>
diff --git a/tests/misc/stronintags.html b/tests/misc/stronintags.html
index 8f64e04..d17fa18 100644
--- a/tests/misc/stronintags.html
+++ b/tests/misc/stronintags.html
@@ -1,7 +1,7 @@
<p>this is a <a href="http://example.com/"><strong>test</strong></a>
</p>
-<p>this is a second <em></em><a href="http://example.com">test</a><em></em>
+<p>this is a second <strong><a href="http://example.com">test</a></strong>
</p>
<p>reference <strong>[test][]</strong>
reference [<strong>test</strong>][]