X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simplepie%2Ftest%2Ffirst_item_title%2FSPtests%2Fbugs%2F968.0.php;fp=simplepie%2Ftest%2Ffirst_item_title%2FSPtests%2Fbugs%2F968.0.php;h=6bed207a7c62d1bbeda4585ecafb464988b246ef;hb=9f7ae0e95f89b964a098eaacdfd89ff25e05c615;hp=0000000000000000000000000000000000000000;hpb=f5826105bfc514599b2c5b6692bca14ca4bc5d78;p=friendica.git diff --git a/simplepie/test/first_item_title/SPtests/bugs/968.0.php b/simplepie/test/first_item_title/SPtests/bugs/968.0.php new file mode 100644 index 0000000000..6bed207a7c --- /dev/null +++ b/simplepie/test/first_item_title/SPtests/bugs/968.0.php @@ -0,0 +1,22 @@ +data = "\xFF\xFE" . chunk_split( +' + + + Item Title + +', 1, "\x00"); + } + + function expected() + { + $this->expected = 'Item Title'; + } +} + +?> \ No newline at end of file