aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/includes/BBCodeTest.php
Commit message (Collapse)AuthorAgeFilesLines
* more remove additional linebreaks after block element plus testMario2024-03-251-0/+4
| | | (cherry picked from commit 53354a19304c932beea484e387d2c9536786e258)
* make sure we preserve linefeeds in the actual content of lists and tables ↵Mario2024-03-241-0/+12
| | | | | also add tests (cherry picked from commit 3c0d6339bb12bd7fbf65ba7a79078e39737b4387)
* adjust tests after recent commitMario2024-03-211-3/+3
|
* deal with wihitespace issues in tables and lists and add testsMario2024-03-201-0/+12
|
* fix reshares from streams loosing imageMario2024-03-201-0/+4
|
* fix unterminated entity reference error when dealing with domxpath and add a ↵Mario2024-03-061-0/+4
| | | | test
* Add some beginning tests for bbcode, and a bit of refactoringHarald Eilertsen2024-03-011-0/+138
|
* Add test for a paragraph with a mention and some textMario2024-02-131-0/+4
|
* Fix: Keep indentation in html and md code blocks.Harald Eilertsen2024-02-071-0/+8
| | | | | | | Moves the logic for unwrapping broken lines in html (and Markdown) to the node processing, instead of doing it over the full html content. This allows us to skip if for code blocks (aka `<code>` elements within `<pre>` elements).
* Fix convert code blocs from markdown/html to bbcodeHarald Eilertsen2024-02-061-0/+4
|
* Fix image with alt text for html/md to bbcodeHarald Eilertsen2024-02-061-0/+46