We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ffbd3 commit c92729eCopy full SHA for c92729e
1 file changed
tests/phpunit/tests/feed/rss2.php
@@ -653,15 +653,15 @@ public static function data_title_rss_encodes_special_characters() {
653
'& > test <',
654
'& > test <',
655
),
656
- 'bare less-than in middle is encoded' => array(
+ 'bare less-than in middle is encoded' => array(
657
'a < b',
658
'a < b',
659
660
- 'html tags are still stripped by strip_tags' => array(
+ 'html tags are still stripped by strip_tags' => array(
661
'<strong>bold</strong>',
662
'bold',
663
664
- 'plain text passes through unchanged' => array(
+ 'plain text passes through unchanged' => array(
665
'Hello World',
666
667
0 commit comments