diff options
author | Mario <mario@mariovavti.com> | 2020-01-09 14:33:00 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-01-09 14:33:00 +0000 |
commit | 4c1c6908165e5c4fb1b7238f66764f89faa2301a (patch) | |
tree | c27531ff4c0b32712b54b7553ee8bc7e4fa0f20e | |
parent | 537a7cf03d6ee86465f8aca761653606741d3658 (diff) | |
download | volse-hubzilla-4c1c6908165e5c4fb1b7238f66764f89faa2301a.tar.gz volse-hubzilla-4c1c6908165e5c4fb1b7238f66764f89faa2301a.tar.bz2 volse-hubzilla-4c1c6908165e5c4fb1b7238f66764f89faa2301a.zip |
fix markdown test
-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 61600988d..2a92a58d2 100644 --- a/tests/unit/includes/MarkdownTest.php +++ b/tests/unit/includes/MarkdownTest.php @@ -64,11 +64,11 @@ class MarkdownTest extends UnitTestCase { ], 'HTML entities, lt does not work' => [ '& gt > lt <', - '& gt > lt' + '& gt > lt' ], 'escaped HTML entities' => [ '& lt < gt >', - '& lt < gt >' + '& lt < gt >' ], 'linebreak' => [ "line1<br>line2\nline3", |