aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/includes/BBCodeTest.php
Commit message (Collapse)AuthorAgeFilesLines
* fix html2bbcode table and add testMario2024-08-021-0/+4
|
* 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 test.
* 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 ↵Mario2024-05-031-0/+8
| | | | for li without closing tag
* 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 ↵Mario2024-03-241-0/+12
| | | | also add tests
* 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