summaryrefslogtreecommitdiff
path: root/tests/extensions
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2023-05-13 21:56:33 +0300
committerWaylan Limberg <waylan.limberg@icloud.com>2023-05-16 11:42:55 -0400
commit965c06c398a394b1da06651bb4ed62be7609a946 (patch)
treeba6adcea01d010c8c2162266493c93de8f8bd975 /tests/extensions
parent1aa4c3d385a8456397c5189079c90e818fc34a06 (diff)
downloadpython-markdown-master.tar.gz
Port all smarty tests to the new frameworkHEADmaster
Diffstat (limited to 'tests/extensions')
-rw-r--r--tests/extensions/smarty.html32
-rw-r--r--tests/extensions/smarty.txt40
2 files changed, 0 insertions, 72 deletions
diff --git a/tests/extensions/smarty.html b/tests/extensions/smarty.html
deleted file mode 100644
index e37e377..0000000
--- a/tests/extensions/smarty.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<p>&rsquo;.<br />
-1440&ndash;80&rsquo;s<br />
-1440&ndash;&rsquo;80s<br />
-1440&mdash;&rsquo;80s<br />
-1960s<br />
-1960&rsquo;s<br />
-one two &rsquo;60s<br />
-&rsquo;60s</p>
-<p>It&rsquo;s fun. What&rsquo;s fun?<br />
-&ldquo;Isn&rsquo;t this fun&rdquo;? &mdash; she said&hellip;<br />
-&ldquo;&lsquo;Quoted&rsquo; words in a larger quote.&rdquo;<br />
-&lsquo;Quoted &ldquo;words&rdquo; in a larger quote.&rsquo;<br />
-&ldquo;quoted&rdquo; text and <strong>bold &ldquo;quoted&rdquo; text</strong><br />
-&lsquo;quoted&rsquo; text and <strong>bold &lsquo;quoted&rsquo; text</strong><br />
-em-dashes (&mdash;) and ellipes (&hellip;)<br />
-&ldquo;<a href="http://example.com">Link</a>&rdquo; &mdash; she said.</p>
-<p>&ldquo;Ellipsis within quotes&hellip;&rdquo;</p>
-<p>Кавычки-&laquo;ёлочки&raquo;<br />
-&laquo;hello&raquo;<br />
-Anführungszeichen-&raquo;Chevrons&laquo;</p>
-<hr />
-<p>Escaped -- ndash<br />
-'Escaped' "quotes"<br />
-Escaped ellipsis...</p>
-<p>&lsquo;Escaped "quotes" in real ones&rsquo;<br />
-'&ldquo;Real&rdquo; quotes in escaped ones'</p>
-<p>Skip <code>&lt;&lt;all&gt;&gt; "code" -- --- 'spans' ...</code>.</p>
-<pre><code>Also skip "code" 'blocks'
-foo -- bar --- baz ...
-</code></pre>
-<p>A line that &lsquo;wraps&rsquo; with
-<em>emphasis</em> at the beginning of the next line.</p> \ No newline at end of file
diff --git a/tests/extensions/smarty.txt b/tests/extensions/smarty.txt
deleted file mode 100644
index 12e5c95..0000000
--- a/tests/extensions/smarty.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-'.
-1440--80's
-1440--'80s
-1440---'80s
-1960s
-1960's
-one two '60s
-'60s
-
-It's fun. What's fun?
-"Isn't this fun"? --- she said...
-"'Quoted' words in a larger quote."
-'Quoted "words" in a larger quote.'
-"quoted" text and **bold "quoted" text**
-'quoted' text and **bold 'quoted' text**
-em-dashes (---) and ellipes (...)
-"[Link](http://example.com)" --- she said.
-
-"Ellipsis within quotes..."
-
-Кавычки-<<ёлочки>>
-<<hello>>
-Anführungszeichen->>Chevrons<<
-
---- -- ---
-
-Escaped \-- ndash
-\'Escaped\' \"quotes\"
-Escaped ellipsis\...
-
-'Escaped \"quotes\" in real ones'
-\'"Real" quotes in escaped ones\'
-
-Skip `<<all>> "code" -- --- 'spans' ...`.
-
- Also skip "code" 'blocks'
- foo -- bar --- baz ...
-
-A line that 'wraps' with
-*emphasis* at the beginning of the next line.