summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/misc/image.html4
-rw-r--r--tests/misc/image.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/misc/image.html b/tests/misc/image.html
index 1171e4e..e01b3c0 100644
--- a/tests/misc/image.html
+++ b/tests/misc/image.html
@@ -1,5 +1,5 @@
<p><img alt="Poster" src="http://humane_man.jpg" title="The most humane man." /></p>
<p><img alt="Poster" src="http://humane_man.jpg" title="The most humane man." /></p>
<p><img alt="Blank" src="" /></p>
-<p>![Fail](http://humane man.jpg "The most humane man.")</p>
-<p>![Fail](http://humane man.jpg)</p> \ No newline at end of file
+<p><img alt="Okay" src="http://humane man.jpg" title="The most humane man." /></p>
+<p><img alt="Okay" src="http://humane man.jpg" /></p> \ No newline at end of file
diff --git a/tests/misc/image.txt b/tests/misc/image.txt
index 3fae16a..b83e8a2 100644
--- a/tests/misc/image.txt
+++ b/tests/misc/image.txt
@@ -7,6 +7,6 @@
![Blank]()
-![Fail](http://humane man.jpg "The most humane man.")
+![Okay](http://humane man.jpg "The most humane man.")
-![Fail](http://humane man.jpg)
+![Okay](http://humane man.jpg)