From 9f7ae0e95f89b964a098eaacdfd89ff25e05c615 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 5 Jul 2010 03:34:42 -0700 Subject: Add simplepie --- simplepie/test/feed_title/SPtests/bugs/18.0.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 simplepie/test/feed_title/SPtests/bugs/18.0.php (limited to 'simplepie/test/feed_title/SPtests/bugs/18.0.php') diff --git a/simplepie/test/feed_title/SPtests/bugs/18.0.php b/simplepie/test/feed_title/SPtests/bugs/18.0.php new file mode 100644 index 000000000..5f63db252 --- /dev/null +++ b/simplepie/test/feed_title/SPtests/bugs/18.0.php @@ -0,0 +1,24 @@ +data = +' + + Channel title + + Image title + + +'; + } + + function expected() + { + $this->expected = 'Channel title'; + } +} + +?> \ No newline at end of file -- cgit v1.2.3