aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/includes/BBCodeTest.php
Commit message (Expand)AuthorAgeFilesLines
* Upgrade test framework to PHPUnit 10.5Harald Eilertsen2024-05-271-3/+3
* remove p tags from li. otherwise we will get unwanted new lines in the list. ...Mario2024-05-081-0/+4
* add testsMario2024-05-071-0/+8
* also deal with ol and ul tags earlier and add test for double nested listsMario2024-05-031-0/+8
* deal with li tags earlier seems to be more straight forward also add test for...Mario2024-05-031-0/+8
* fix nested lists by parsing li before ul or ol and add a testMario2024-05-031-0/+8
* more remove additional linebreaks after block element plus testMario2024-03-251-0/+4
* make sure we preserve linefeeds in the actual content of lists and tables als...Mario2024-03-241-0/+12
* 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
* 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
* 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