diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-06-14 23:02:13 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-06-14 23:02:13 +0200 |
commit | 1fcb05ed8c0804ebd0f01e6881fc6e40555d3b60 (patch) | |
tree | 54350e1eb36117f105b411ae8f3c42e55e7513e9 /tests | |
parent | 8c85516c57cad928758623129a4258730b14c98f (diff) | |
download | volse-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.php | 4 |
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 <', - '& gt > lt' + '& gt > lt <' ], 'escaped HTML entities' => [ '& lt < gt >', |