X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=simplepie%2Ftest%2Ffirst_item_title%2FSPtests%2Fxmlbase%2F1.php;fp=simplepie%2Ftest%2Ffirst_item_title%2FSPtests%2Fxmlbase%2F1.php;h=f84b827aee0050145e1e7a616f58c6308c640d52;hb=9f7ae0e95f89b964a098eaacdfd89ff25e05c615;hp=0000000000000000000000000000000000000000;hpb=f5826105bfc514599b2c5b6692bca14ca4bc5d78;p=friendica.git diff --git a/simplepie/test/first_item_title/SPtests/xmlbase/1.php b/simplepie/test/first_item_title/SPtests/xmlbase/1.php new file mode 100644 index 0000000000..f84b827aee --- /dev/null +++ b/simplepie/test/first_item_title/SPtests/xmlbase/1.php @@ -0,0 +1,21 @@ +data = +' + + <div xmlns="http://www.w3.org/1999/xhtml"><p xml:base="/test/"><a href="bleh">Link</a></p></div> + +'; + } + + function expected() + { + $this->expected = '

Link

'; + } +} + +?> \ No newline at end of file