aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2023-06-14 23:02:13 +0200
committerHarald Eilertsen <haraldei@anduin.net>2023-06-14 23:02:13 +0200
commit1fcb05ed8c0804ebd0f01e6881fc6e40555d3b60 (patch)
tree54350e1eb36117f105b411ae8f3c42e55e7513e9 /tests
parent8c85516c57cad928758623129a4258730b14c98f (diff)
downloadvolse-hubzilla-1fcb05ed8c0804ebd0f01e6881fc6e40555d3b60.tar.gz
volse-hubzilla-1fcb05ed8c0804ebd0f01e6881fc6e40555d3b60.tar.bz2
volse-hubzilla-1fcb05ed8c0804ebd0f01e6881fc6e40555d3b60.zip
Unit tests: Update Markdown tests to reflect that it works.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/includes/MarkdownTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/includes/MarkdownTest.php b/tests/unit/includes/MarkdownTest.php
index 98fe40a49..953305074 100644
--- a/tests/unit/includes/MarkdownTest.php
+++ b/tests/unit/includes/MarkdownTest.php
@@ -62,9 +62,9 @@ class MarkdownTest extends UnitTestCase {
'text1 <b></b> text2 <i></i>',
'text1 text2'
],
- 'HTML entities, lt does not work' => [
+ 'HTML entities' => [
'& gt > lt <',
- '&amp; gt &gt; lt'
+ '&amp; gt &gt; lt &lt;'
],
'escaped HTML entities' => [
'&amp; lt &lt; gt &gt;',