aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/includes/BBCodeTest.php
Commit message (Collapse)AuthorAgeFilesLines
* 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