1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

rename tests/ to data/

This commit is contained in:
Emanuil
2013-07-21 18:46:37 +03:00
parent 5bbbabe8aa
commit 69de4c46d5
40 changed files with 0 additions and 0 deletions

5
tests/data/emphasis.html Normal file
View File

@@ -0,0 +1,5 @@
<p>Here's <em>an emphasis</em>.</p>
<p>Here's <strong>a strong one</strong>. </p>
<p>Here's <em>an emphasis that uses underscores</em>. </p>
<p>Here's <strong>a strong emphasis that uses underscores</strong>.</p>
<p>This is _ not an emphasis _.</p>