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/absolutize/SPtests/bugs/691.8.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 simplepie/test/absolutize/SPtests/bugs/691.8.php (limited to 'simplepie/test/absolutize/SPtests/bugs/691.8.php') diff --git a/simplepie/test/absolutize/SPtests/bugs/691.8.php b/simplepie/test/absolutize/SPtests/bugs/691.8.php new file mode 100644 index 000000000..4c1ee0eb8 --- /dev/null +++ b/simplepie/test/absolutize/SPtests/bugs/691.8.php @@ -0,0 +1,17 @@ +data['base'] = 'http://a/b/c#0'; + $this->data['relative'] = 'd'; + } + + function expected() + { + $this->expected = 'http://a/b/d'; + } +} + +?> \ No newline at end of file -- cgit v1.2.3