diff --git a/t/HTML.t b/t/HTML.t index 9183e2540..3b6fd5255 100644 --- a/t/HTML.t +++ b/t/HTML.t @@ -40,6 +40,12 @@ my @filterSets = ( type => 'all', comment => 'all filter HTML', }, + { + inputText => q!
This is some text here. Let's see what we get when we add a table.
ab
cd
Here's a little more text with bold, strong, and bold strong.
!, + output => q!This is some text here. Let's see what we get when we add a table.abcdHere's a little more text with bold, strong, and bold strong.!, + type => 'all', + comment => 'all filter complex HTML', + }, { inputText => q!

Paragraph

^H();!, output => q!Paragraph^H();!,