Skip to content

Commit 3770ef6

Browse files
committed
TEST: added a few more BBCode tests
1 parent 0b3531f commit 3770ef6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/units/bbcode-test.r3

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ if find codecs 'BBCode [
4141
{[img]1.gif [img]2.gif} {<p><img src="1.gif" alt=""> <img src="2.gif" alt=""></p>}
4242
{text [size=tiny]tiny} {<p>text <span style="font-size: xx-small;">tiny</span></p>}
4343
{[h1]header[/h1]} {<h1>header</h1>}
44+
{[h6]header[/h6]} {<h6>header</h6>}
45+
{[h1]big[h3]smaller[h6]small} {<h1>big<h3>smaller<h6>small</h6></h3></h1>}
46+
{[h1]big[h3]smaller[h6]small} {<h1>big<h3>smaller<h6>small</h6></h3></h1>}
47+
{[h2]header2^/^/[h4]header4} {<h2>header2</h2>^/^/<h4>header4</h4>}
4448
{[color]ee[/color][color=#F00]red[color=#00FF00]green}
4549
{<p>ee<span style="color: #F00;">red<span style="color: #00FF00;">green</span></span></p>}
4650
{<a>} {<p>&lt;a></p>}

0 commit comments

Comments
 (0)