X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simplepie%2Ftest%2Ffirst_item_content%2FSPtests%2Frss%2F0.92%2Fdescription.php;fp=simplepie%2Ftest%2Ffirst_item_content%2FSPtests%2Frss%2F0.92%2Fdescription.php;h=eacb8ccfd3da8abb470934f40bb0fc9f338fae3e;hb=9f7ae0e95f89b964a098eaacdfd89ff25e05c615;hp=0000000000000000000000000000000000000000;hpb=f5826105bfc514599b2c5b6692bca14ca4bc5d78;p=friendica.git diff --git a/simplepie/test/first_item_content/SPtests/rss/0.92/description.php b/simplepie/test/first_item_content/SPtests/rss/0.92/description.php new file mode 100644 index 0000000000..eacb8ccfd3 --- /dev/null +++ b/simplepie/test/first_item_content/SPtests/rss/0.92/description.php @@ -0,0 +1,23 @@ +data = +' + + + Item Description + + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file